mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
update importing for new tag handling
This commit is contained in:
parent
55cf34e8ee
commit
a4e3badf80
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ where factId in (%s)""" % ",".join([str(s) for s in factIds]))
|
|||
else:
|
||||
self.uniqueCache[self.mapping[n].id][card.fields[n]] = 1
|
||||
if fields:
|
||||
card.tags += u",Import: duplicate, Duplicate: " + (
|
||||
card.tags += u" Duplicate:" + (
|
||||
"+".join(fields))
|
||||
card.tags = canonifyTags(card.tags)
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue