compileUiFiles.py

changeset 4563
881340f4bd0c
parent 4435
9f6555d3c3c0
child 4566
a2e8f3c420ec
--- a/compileUiFiles.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/compileUiFiles.py	Sun Nov 15 13:52:29 2015 +0100
@@ -63,7 +63,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