diff --git a/etiquette/photodb.py b/etiquette/photodb.py index a0613e2..d8c8615 100644 --- a/etiquette/photodb.py +++ b/etiquette/photodb.py @@ -1183,7 +1183,7 @@ class PhotoDB(PDBAlbumMixin, PDBBookmarkMixin, PDBPhotoMixin, PDBTagMixin, PDBUs item = self.get_tag(name=name) note = ('existing_tag', item.qualified_name()) except exceptions.NoSuchTag: - item = self.new_tag(name=name) + item = self.new_tag(name) note = ('new_tag', item.qualified_name()) output_notes.append(note) return item