ProjectController.py
changeset 1733 dea107dce0c4
parent 1732 94ffe74e6895
child 1734 750eeb7230a1
--- a/ProjectController.py	Mon Aug 14 21:20:32 2017 +0300
+++ b/ProjectController.py	Mon Aug 14 21:31:01 2017 +0300
@@ -468,11 +468,11 @@
         self._setBuildPath(BuildPath)
         # If dir have already be made, and file exist
         if os.path.isdir(self.CTNPath()) and os.path.isfile(self.ConfNodeXmlFilePath()):
-            #Load the confnode.xml file into parameters members
+            # Load the confnode.xml file into parameters members
             result = self.LoadXMLParams()
             if result:
                 return result, False
-            #Load and init all the children
+            # Load and init all the children
             self.LoadChildren()
         self.RefreshConfNodesBlockLists()
         self.UpdateButtons()