From 1cdff09eadf269ff2ed9659289a80eebc421c448 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 2 Apr 2020 14:39:01 +0200 Subject: [PATCH] follow-up 371f55a0f922cf57196ae3d8d7c2fabc7a9f0f08 --- electrum/gui/qt/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)