PyUnit/UnittestDialog.py

changeset 4563
881340f4bd0c
parent 4489
d0d6e4ad31bd
child 4582
3a1d1d4c6f4f
diff -r 5bc6ed226471 -r 881340f4bd0c PyUnit/UnittestDialog.py
--- a/PyUnit/UnittestDialog.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/PyUnit/UnittestDialog.py	Sun Nov 15 13:52:29 2015 +0100
@@ -332,7 +332,7 @@
                 except AttributeError:
                     test = unittest.defaultTestLoader.loadTestsFromModule(
                         module)
-            except:
+            except Exception:
                 exc_type, exc_value, exc_tb = sys.exc_info()
                 E5MessageBox.critical(
                     self,

eric ide

mercurial