mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
card model no longer in all tags
This commit is contained in:
parent
6658b47661
commit
408c04d41f
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ class Card(object):
|
||||||
"Non-canonified string of all tags."
|
"Non-canonified string of all tags."
|
||||||
return (self.tags + "," +
|
return (self.tags + "," +
|
||||||
self.fact.tags + "," +
|
self.fact.tags + "," +
|
||||||
self.cardModel.name + "," +
|
|
||||||
self.fact.model.tags)
|
self.fact.model.tags)
|
||||||
|
|
||||||
def hasTag(self, tag):
|
def hasTag(self, tag):
|
||||||
|
|
Loading…
Reference in a new issue