mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
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:
parent
51a0e5fa4b
commit
21b770cb10
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue