From 21b770cb10d2aeab1ed723cb9e138f59f0c1e5b1 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 6 Aug 2017 14:10:51 +1000 Subject: [PATCH] explictly exit let's see if this helps with https://anki.tenderapp.com/discussions/beta-testing/631-anki-210-beta-4/page/2#comment_43137707 --- aqt/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aqt/main.py b/aqt/main.py index e8baf6275..0d1f9e3e1 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -250,6 +250,7 @@ To import into a password protected profile, please open the profile before atte self.showProfileManager() else: self.errorHandler.unload() + sys.exit(0) # Collection load/unload ##########################################################################