|
|
@ -1071,7 +1071,7 @@ class InstallWizard(BaseWizard, Widget): |
|
|
|
try: os.unlink(self.path) |
|
|
|
except FileNotFoundError: pass |
|
|
|
self.reset_stack() |
|
|
|
self.confirm_dialog(message=_('Wallet creation failed'), run_next=self.app.on_wizard_aborted) |
|
|
|
self.confirm_dialog(message=_('Wallet creation failed'), run_next=lambda x: self.app.on_wizard_aborted()) |
|
|
|
|
|
|
|
def choice_dialog(self, **kwargs): |
|
|
|
choices = kwargs['choices'] |
|
|
|