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
This commit is contained in:
Damien Elmes 2017-08-06 14:10:51 +10:00
parent 51a0e5fa4b
commit 21b770cb10

View file

@ -250,6 +250,7 @@ To import into a password protected profile, please open the profile before atte
self.showProfileManager() self.showProfileManager()
else: else:
self.errorHandler.unload() self.errorHandler.unload()
sys.exit(0)
# Collection load/unload # Collection load/unload
########################################################################## ##########################################################################