diff -r 52630996e51b -r eeca1aff0691 ConfigTreeNode.py --- a/ConfigTreeNode.py Sat Jun 09 17:13:16 2018 +0300 +++ b/ConfigTreeNode.py Sat Jun 09 17:14:56 2018 +0300 @@ -501,7 +501,7 @@ # Delete confnode dir try: shutil.rmtree(CTNInstance.CTNPath()) - except: + except Exception: pass # Remove child of Children self.Children[CTNInstance.CTNType].remove(CTNInstance)