1
0
This commit is contained in:
SomberNight
2020-04-02 14:39:01 +02:00
parent 158854f94e
commit 1cdff09ead

View File

@@ -540,7 +540,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
nonlocal exc nonlocal exc
nonlocal res nonlocal res
try: try:
task() res = task()
except Exception as e: except Exception as e:
exc = e exc = e
self.waiting_dialog(task_wrapper, msg=msg) self.waiting_dialog(task_wrapper, msg=msg)