(trivial) follow-up 570f7b7790
This commit is contained in:
@@ -304,7 +304,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
|||||||
_('If you use a passphrase, make sure it is correct.'))
|
_('If you use a passphrase, make sure it is correct.'))
|
||||||
self.reset_stack()
|
self.reset_stack()
|
||||||
return self.select_storage(path, get_wallet_from_daemon)
|
return self.select_storage(path, get_wallet_from_daemon)
|
||||||
except UserCancelled:
|
except (UserCancelled, GoBack):
|
||||||
raise
|
raise
|
||||||
except BaseException as e:
|
except BaseException as e:
|
||||||
self.logger.exception('')
|
self.logger.exception('')
|
||||||
|
|||||||
Reference in New Issue
Block a user