diff -r 94ffe74e6895 -r dea107dce0c4 ProjectController.py --- 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()