diff --git a/electrum/gui/qt/installwizard.py b/electrum/gui/qt/installwizard.py index e791ac296..5a1e8f683 100644 --- a/electrum/gui/qt/installwizard.py +++ b/electrum/gui/qt/installwizard.py @@ -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)