beremiz

Parents 80663b26ddce
Children c54b0631cb8a
IDE: initialize CTN's ChangesToSave, otherwise leading to exceptions in some cases
--- a/ConfigTreeNode.py Thu Jun 26 11:27:48 2025 +0200
+++ b/ConfigTreeNode.py Thu Jun 26 14:49:28 2025 +0200
@@ -90,6 +90,7 @@
self._AddParamsMembers()
self.Children = {}
self._View = None
+ self.ChangesToSave = False
# copy ConfNodeMethods so that it can be later customized
self.ConfNodeMethods = [dic.copy() for dic in self.ConfNodeMethods]