update importing for new tag handling

This commit is contained in:
Damien Elmes 2009-02-09 21:54:19 +09:00
parent 55cf34e8ee
commit a4e3badf80

View file

@ -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