eric6/PyUnit/UnittestDialog.py

changeset 7628
f904d0eef264
parent 7533
88261c96484b
child 7635
0cdead130a81
diff -r 7f643d41464e -r f904d0eef264 eric6/PyUnit/UnittestDialog.py
--- a/eric6/PyUnit/UnittestDialog.py	Wed Jun 17 17:12:21 2020 +0200
+++ b/eric6/PyUnit/UnittestDialog.py	Wed Jun 17 20:18:54 2020 +0200
@@ -1239,7 +1239,7 @@
         for editor in self.__editors:
             try:
                 editor.close()
-            except Exception:
+            except Exception:           # secok
                 # ignore all exceptions
                 pass
 

eric ide

mercurial