diff --git a/anki/tags.py b/anki/tags.py index 306f182de..33d6422fd 100644 --- a/anki/tags.py +++ b/anki/tags.py @@ -89,7 +89,8 @@ class TagManager: if not newTags: return # cache tag names - self.register(newTags) + if add: + self.register(newTags) # find notes missing the tags if add: l = "tags not "