Tools/UIPreviewer.py

changeset 4563
881340f4bd0c
parent 4021
195a471c327b
child 4631
5c1a96925da4
--- a/Tools/UIPreviewer.py	Sun Nov 15 13:31:39 2015 +0100
+++ b/Tools/UIPreviewer.py	Sun Nov 15 13:52:29 2015 +0100
@@ -344,7 +344,7 @@
         # load the file
         try:
             self.mainWidget = uic.loadUi(fn)
-        except:
+        except Exception:
             pass
         
         if self.mainWidget:

eric ide

mercurial