--- 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