diff -r 5bc6ed226471 -r 881340f4bd0c Tools/UIPreviewer.py --- 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: