mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
for non-mapping importers, make sure to reset post-import
This commit is contained in:
parent
03c417daa2
commit
cac00dcca4
1 changed files with 1 additions and 0 deletions
|
|
@ -284,3 +284,4 @@ def onImport(mw):
|
||||||
showText("\n".join(importer.log))
|
showText("\n".join(importer.log))
|
||||||
finally:
|
finally:
|
||||||
mw.progress.finish()
|
mw.progress.finish()
|
||||||
|
mw.reset()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue