Browse Source

qt wizard: follow-up prev; simplify

master
SomberNight 6 years ago
parent
commit
5e04f084b7
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 3
      electrum/gui/qt/installwizard.py

3
electrum/gui/qt/installwizard.py

@ -193,9 +193,6 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
vbox.addLayout(hbox2) vbox.addLayout(hbox2)
self.set_layout(vbox, title=_('Electrum wallet')) self.set_layout(vbox, title=_('Electrum wallet'))
try:
temp_storage = WalletStorage(path, manual_upgrades=True)
except (StorageReadWriteError, WalletFileException):
temp_storage = None # type: Optional[WalletStorage] temp_storage = None # type: Optional[WalletStorage]
wallet_folder = os.path.dirname(path) wallet_folder = os.path.dirname(path)

Loading…
Cancel
Save