patch_modpython.py

changeset 4563
881340f4bd0c
parent 4543
2e6a880670e9
child 4566
a2e8f3c420ec
--- a/patch_modpython.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/patch_modpython.py	Sun Nov 15 13:52:29 2015 +0100
@@ -158,7 +158,7 @@
         main(sys.argv)
     except SystemExit:
         raise
-    except:
+    except Exception:
         print("""An internal error occured.  Please report all the output of"""
               """ the program,\nincluding the following traceback, to"""
               """ eric-bugs@die-offenbachs.de.\n""")

eric ide

mercurial