diff -r ecfa689684c5 -r aee9e98c856a ConfigTreeNode.py --- 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):