fix prev commit: name collisions with _()
This commit is contained in:
@@ -179,7 +179,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
||||
wallet_folder = os.path.dirname(self.storage.path)
|
||||
|
||||
def on_choose():
|
||||
path, _ = QFileDialog.getOpenFileName(self, "Select your wallet file", wallet_folder)
|
||||
path, __ = QFileDialog.getOpenFileName(self, "Select your wallet file", wallet_folder)
|
||||
if path:
|
||||
self.name_e.setText(path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user