author | Edouard Tisserant 7BB06627 <edouard.tisserant@gmail.com> |
Mon, 16 Jan 2017 01:14:57 +0100 | |
changeset 1633 | f629a91b456d |
parent 1632 | 6e1ea3451c23 |
child 1634 | 299a1dde6baa |
Beremiz.py | file | annotate | diff | comparison | revisions |
--- a/Beremiz.py Fri Jan 13 20:05:59 2017 +0300 +++ b/Beremiz.py Mon Jan 16 01:14:57 2017 +0100 @@ -522,7 +522,7 @@ if projectOpen is not None and os.path.isdir(projectOpen): self.CTR = ProjectController(self, self.Log) self.Controler = self.CTR - result = self.CTR.LoadProject(projectOpen, buildpath) + result, err = self.CTR.LoadProject(projectOpen, buildpath) if not result: self.LibraryPanel.SetController(self.Controler) self.ProjectTree.Enable(True)