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

2
electrum/gui/qt/installwizard.py

@ -540,7 +540,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
nonlocal exc
nonlocal res
try:
task()
res = task()
except Exception as e:
exc = e
self.waiting_dialog(task_wrapper, msg=msg)

Loading…
Cancel
Save