follow-up 371f55a0f9
This commit is contained in:
@@ -540,7 +540,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
||||
nonlocal exc
|
||||
nonlocal res
|
||||
try:
|
||||
task()
|
||||
res = task()
|
||||
except Exception as e:
|
||||
exc = e
|
||||
self.waiting_dialog(task_wrapper, msg=msg)
|
||||
|
||||
Reference in New Issue
Block a user