ConfigTreeNode.py
changeset 2182 eeca1aff0691
parent 2004 28af541d776b
child 2414 7fad75e5e63d
--- 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)