ConfigTreeNode.py
branchwxPython4
changeset 3318 aee9e98c856a
parent 3163 7cf38cd0d820
child 3641 d8dc29dfc344
--- a/ConfigTreeNode.py	Mon Sep 13 17:57:47 2021 +0200
+++ b/ConfigTreeNode.py	Mon Sep 13 22:23:14 2021 +0200
@@ -194,7 +194,7 @@
         os.mkdir(self.CTNPath())
 
     def CTNRequestSave(self, from_project_path=None):
-        if self.GetCTRoot().CheckProjectPathPerm(False):
+        if self.GetCTRoot().CheckProjectPathPerm():
             # If confnode do not have corresponding directory
             ctnpath = self.CTNPath()
             if not os.path.isdir(ctnpath):