diff -r 56e7f4a11046 -r ed2e2afb9573 ConfigTreeNode.py --- a/ConfigTreeNode.py Thu Aug 17 10:04:24 2017 +0300 +++ b/ConfigTreeNode.py Thu Aug 17 10:08:23 2017 +0300 @@ -561,7 +561,7 @@ # check name is unique NewCTNName = _self.FindNewName(CTNName) # If dir have already be made, and file exist - if os.path.isdir(_self.CTNPath(NewCTNName)): #and os.path.isfile(_self.ConfNodeXmlFilePath(CTNName)): + if os.path.isdir(_self.CTNPath(NewCTNName)): # and os.path.isfile(_self.ConfNodeXmlFilePath(CTNName)): # Load the confnode.xml file into parameters members _self.LoadXMLParams(NewCTNName) # Basic check. Better to fail immediately.