Tags should not be appended to pieces now that they're counted separately

This commit is contained in:
jesopo 2019-06-18 17:56:20 +01:00
parent 6d034c3b42
commit 1cbc2ce31b

View file

@ -89,7 +89,6 @@ class ParsedLine(object):
tags = ""
if self.tags:
tags = self._tag_str(self.tags)
pieces.append(self._tag_str(self.tags))
if self.source:
pieces.append(str(self.source))