mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fail>failed
This commit is contained in:
parent
0b9df42400
commit
eac428f6b3
1 changed files with 1 additions and 1 deletions
|
@ -1783,7 +1783,7 @@ cardTags.tagId in %s""" % ids2str(ids)
|
|||
qquery += " intersect "
|
||||
elif isNeg:
|
||||
qquery += "select id from cards except "
|
||||
if token in ("rev", "new", "fail"):
|
||||
if token in ("rev", "new", "failed"):
|
||||
if token == "rev":
|
||||
n = 1
|
||||
elif token == "new":
|
||||
|
|
Loading…
Reference in a new issue