qt installwizard: fix small regression

related: #5139 and 8f4967f7d0
This commit is contained in:
SomberNight 2019-02-19 15:40:29 +01:00
parent d4e209dc3a
commit 2d6a68545b
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -277,7 +277,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
_('Failed to decrypt using this hardware device.') + '\n' + _('Failed to decrypt using this hardware device.') + '\n' +
_('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.run_and_get_wallet(get_wallet_from_daemon) return self.select_storage(path, get_wallet_from_daemon)
except BaseException as e: except BaseException as e:
traceback.print_exc(file=sys.stdout) traceback.print_exc(file=sys.stdout)
QMessageBox.information(None, _('Error'), str(e)) QMessageBox.information(None, _('Error'), str(e))