--- a/ConfigTreeNode.py Mon May 07 15:10:39 2018 +0200
+++ b/ConfigTreeNode.py Thu May 10 08:33:50 2018 +0200
@@ -499,7 +499,10 @@
- shutil.rmtree(CTNInstance.CTNPath())
+ shutil.rmtree(CTNInstance.CTNPath()) # Remove child of Children
self.Children[CTNInstance.CTNType].remove(CTNInstance)
if len(self.Children[CTNInstance.CTNType]) == 0: