cleanupSource.py

changeset 4563
881340f4bd0c
parent 4021
195a471c327b
child 4566
a2e8f3c420ec
--- a/cleanupSource.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/cleanupSource.py	Sun Nov 15 13:52:29 2015 +0100
@@ -66,7 +66,7 @@
         main(sys.argv)
     except SystemExit:
         raise
-    except:
+    except Exception:
         print(
             "\nAn internal error occured.  Please report all the output of the"
             " program, \nincluding the following traceback, to"

eric ide

mercurial