mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
fix sanity check
This commit is contained in:
parent
9d5357f7a6
commit
6bad4cc8c2
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ select count() from notes where id not in (select distinct nid from cards)""")
|
||||||
assert m['usn'] != -1
|
assert m['usn'] != -1
|
||||||
self.col.sched.reset()
|
self.col.sched.reset()
|
||||||
return [
|
return [
|
||||||
self.col.sched.repCounts(),
|
list(self.col.sched.repCounts()),
|
||||||
self.col.db.scalar("select count() from cards"),
|
self.col.db.scalar("select count() from cards"),
|
||||||
self.col.db.scalar("select count() from notes"),
|
self.col.db.scalar("select count() from notes"),
|
||||||
self.col.db.scalar("select count() from revlog"),
|
self.col.db.scalar("select count() from revlog"),
|
||||||
|
|
Loading…
Reference in a new issue