follow-up 371f55a0f9
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user