Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Also reload data
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Mar 3, 2018
1 parent ed493ed commit 5eb42de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/programdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ func (p *ProgramData) GetNetwork() string {
}

func (p *ProgramData) CopyFrom(s *ProgramData) {
p.Data = s.Data
p.RunData = s.RunData
p.Display = s.Display
p.EnvironmentData = s.EnvironmentData
Expand Down

0 comments on commit 5eb42de

Please sign in to comment.