Tags should not be appended to pieces
now that they're counted separately
This commit is contained in:
parent
6d034c3b42
commit
1cbc2ce31b
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ class ParsedLine(object):
|
||||||
tags = ""
|
tags = ""
|
||||||
if self.tags:
|
if self.tags:
|
||||||
tags = self._tag_str(self.tags)
|
tags = self._tag_str(self.tags)
|
||||||
pieces.append(self._tag_str(self.tags))
|
|
||||||
|
|
||||||
if self.source:
|
if self.source:
|
||||||
pieces.append(str(self.source))
|
pieces.append(str(self.source))
|
||||||
|
|
Loading…
Reference in a new issue