source
should have ':' appended
This commit is contained in:
parent
c99cbaf118
commit
793fc94ea3
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
||||
|
|
Loading…
Reference in a new issue