mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
force a commit before integrity check
This commit is contained in:
parent
aa430f15e0
commit
c7022fd37d
1 changed files with 1 additions and 0 deletions
|
@ -1919,6 +1919,7 @@ Return new path, relative to media dir."""
|
|||
|
||||
def fixIntegrity(self):
|
||||
"Responsibility of caller to call rebuildQueue()"
|
||||
self.s.commit()
|
||||
self.resetUndo()
|
||||
self.startProgress(12)
|
||||
self.updateProgress(_("Checking integrity..."))
|
||||
|
|
Loading…
Reference in a new issue