From 8c80f96314bc115c0b386181dce434d2f33510c9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 26 Mar 2020 09:09:11 +1000 Subject: [PATCH] high due numbers shouldn't force a full sync --- pylib/anki/collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/anki/collection.py b/pylib/anki/collection.py index fedd21f76..026ccb886 100644 --- a/pylib/anki/collection.py +++ b/pylib/anki/collection.py @@ -956,7 +956,7 @@ and type=0""", ) rowcount = self.db.scalar("select changes()") if rowcount: - problems.append( + syncable_problems.append( "Found %d new cards with a due number >= 1,000,000 - consider repositioning them in the Browse screen." % rowcount )