mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -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):
|
def fixIntegrity(self):
|
||||||
"Responsibility of caller to call rebuildQueue()"
|
"Responsibility of caller to call rebuildQueue()"
|
||||||
|
self.s.commit()
|
||||||
self.resetUndo()
|
self.resetUndo()
|
||||||
self.startProgress(12)
|
self.startProgress(12)
|
||||||
self.updateProgress(_("Checking integrity..."))
|
self.updateProgress(_("Checking integrity..."))
|
||||||
|
|
Loading…
Reference in a new issue