author | Laurent Bessard |
Wed, 24 Apr 2013 22:56:30 +0200 | |
changeset 1064 | 44318b45aab9 |
parent 1063 | 9b5995303db1 |
child 1065 | 36b7ce528911 |
--- a/ProjectController.py Wed Apr 24 18:50:37 2013 +0200 +++ b/ProjectController.py Wed Apr 24 22:56:30 2013 +0200 @@ -313,7 +313,7 @@ if os.path.exists(self._getBuildPath()): self.EnableMethod("_Clean", True) - if os.path.isfile(self._getIECrawcodepath()): + if os.path.isfile(self._getIECcodepath()): self.ShowMethod("_showIECcode", True) self.UpdateMethodsFromPLCStatus()