commit af46f838303463607ddd5836e6cd7431cff116eb
parent f59e92f947539db8e829c96588424ea6ece4cb7c
Author: ThomasV <thomasv@electrum.org>
Date: Sun, 22 Jan 2017 01:01:52 +0100
fix #2124
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
@@ -345,6 +345,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
self.refresh_gui()
t = threading.Thread(target = task)
t.start()
+ t.join()
@wizard_dialog
def choice_dialog(self, title, message, choices, run_next):