fix sanity check

This commit is contained in:
Damien Elmes 2011-12-04 15:23:43 +09:00
parent 9d5357f7a6
commit 6bad4cc8c2

View file

@ -140,7 +140,7 @@ select count() from notes where id not in (select distinct nid from cards)""")
assert m['usn'] != -1
self.col.sched.reset()
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 notes"),
self.col.db.scalar("select count() from revlog"),