source should have ':' appended

This commit is contained in:
jesopo 2019-07-28 20:55:54 +01:00
parent c99cbaf118
commit 793fc94ea3

View file

@ -92,7 +92,7 @@ class ParsedLine(object):
tags = self._tag_str(self.tags)
if self.source:
pieces.append(str(self.source))
pieces.append(":%s" % str(self.source))
pieces.append(self.command.upper())