diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py index 1400a6b71..7c79d9538 100644 --- a/qt/aqt/__init__.py +++ b/qt/aqt/__init__.py @@ -341,7 +341,8 @@ def _run(argv=None, exec=True): pmLoadResult = pm.setupMeta() except: # will handle below - pass + traceback.print_exc() + pm = None if pm: # gl workarounds