ProjectController.py
changeset 1064 44318b45aab9
parent 1062 fd7c9a7cf882
child 1072 83b0815b8812
equal deleted inserted replaced
1063:9b5995303db1 1064:44318b45aab9
   311         self.RefreshConfNodesBlockLists()
   311         self.RefreshConfNodesBlockLists()
   312         
   312         
   313         if os.path.exists(self._getBuildPath()):
   313         if os.path.exists(self._getBuildPath()):
   314             self.EnableMethod("_Clean", True)
   314             self.EnableMethod("_Clean", True)
   315 
   315 
   316         if os.path.isfile(self._getIECrawcodepath()):
   316         if os.path.isfile(self._getIECcodepath()):
   317             self.ShowMethod("_showIECcode", True)
   317             self.ShowMethod("_showIECcode", True)
   318         
   318         
   319         self.UpdateMethodsFromPLCStatus()
   319         self.UpdateMethodsFromPLCStatus()
   320         
   320         
   321         return None
   321         return None