--- a/eric6/Tools/UIPreviewer.py Wed Jun 17 17:12:21 2020 +0200
+++ b/eric6/Tools/UIPreviewer.py Wed Jun 17 20:18:54 2020 +0200
@@ -345,7 +345,7 @@
# load the file
try:
self.mainWidget = uic.loadUi(fn)
- except Exception:
+ except Exception: # secok
pass
if self.mainWidget: