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 res
try:
task()
res = task()
except Exception as e:
exc = e
self.waiting_dialog(task_wrapper, msg=msg)