|
@ -200,9 +200,8 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def finished(self): |
|
|
def finished(self): |
|
|
'''Ensure the dialog is closed.''' |
|
|
"""Called in hardware client wrapper, in order to close popups.""" |
|
|
self.accept() |
|
|
return |
|
|
self.refresh_gui() |
|
|
|
|
|
|
|
|
|
|
|
def on_error(self, exc_info): |
|
|
def on_error(self, exc_info): |
|
|
if not isinstance(exc_info[1], UserCancelled): |
|
|
if not isinstance(exc_info[1], UserCancelled): |
|
|