From 4f5d365763eb23a1587d3e6ddbdbc97bfd4bfeab Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 7 May 2018 23:57:46 +0300 Subject: [PATCH] Fix the problem with exiting after fail import --- pysollib/ui/tktile/menubar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pysollib/ui/tktile/menubar.py b/pysollib/ui/tktile/menubar.py index 735e3f99..4e149de5 100644 --- a/pysollib/ui/tktile/menubar.py +++ b/pysollib/ui/tktile/menubar.py @@ -1250,6 +1250,7 @@ Unsupported game for import. text=err.format(), bitmap='error' ) + game.busy = False game.endGame() game.newGame()