URI: 
       tqt installwizard: fix small regression - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2d6a68545bcd30f8b58653a04b4f902edadab1cd
   DIR parent d4e209dc3a684c1565a6902f9223fa423e60ed4a
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Tue, 19 Feb 2019 15:40:29 +0100
       
       qt installwizard: fix small regression
       
       related: #5139 and 8f4967f7d0715a9f279ef4b3f0f8bf96ee6844bd
       
       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@@ -277,7 +277,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
                                    _('Failed to decrypt using this hardware device.') + '\n' +
                                    _('If you use a passphrase, make sure it is correct.'))
                                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:
                                traceback.print_exc(file=sys.stdout)
                                QMessageBox.information(None, _('Error'), str(e))