install.py

changeset 4563
881340f4bd0c
parent 4561
5bc6ed226471
child 4566
a2e8f3c420ec
--- a/install.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/install.py	Sun Nov 15 13:52:29 2015 +0100
@@ -1372,7 +1372,7 @@
                     print("The configuration dictionary in '{0}' is incorrect."
                           " Aborting".format(arg))
                     exit(6)
-            except:
+            except Exception:
                 cfg = {}
         elif opt == "-m":
             macAppBundleName = arg
@@ -1503,7 +1503,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@eric-ide.python-projects.org.\n""")

eric ide

mercurial