electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 1cdff09eadf269ff2ed9659289a80eebc421c448
parent 158854f94e4405243cc9cf4c94c76665de7db571
Author: SomberNight <somber.night@protonmail.com>
Date:   Thu,  2 Apr 2020 14:39:01 +0200

follow-up 371f55a0f922cf57196ae3d8d7c2fabc7a9f0f08

Diffstat:
Melectrum/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 @@ -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)