t(trivial) follow-up 570f7b7790e6716cff49ba75992728cab3375e21 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e53ce5dee0694cbde0a5b28fca7a59e9ea19d83a DIR parent 18d245ad5c55b480aae24c5f134083b012beb9dd HTML Author: SomberNight <somber.night@protonmail.com> Date: Tue, 31 Mar 2020 18:57:03 +0200 (trivial) follow-up 570f7b7790e6716cff49ba75992728cab3375e21 Diffstat: M electrum/gui/qt/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/gui/qt/installwizard.py b/electrum/gui/qt/installwizard.py t@@ -304,7 +304,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): _('If you use a passphrase, make sure it is correct.')) self.reset_stack() return self.select_storage(path, get_wallet_from_daemon) - except UserCancelled: + except (UserCancelled, GoBack): raise except BaseException as e: self.logger.exception('')