Merge branch 'master' into feature/write-thread
This commit is contained in:
commit
35b97f836a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class ParsedLine(object):
|
|||
tag_pieces.append(tag)
|
||||
|
||||
if tag_pieces:
|
||||
return "@%s" % ",".join(tag_pieces)
|
||||
return "@%s" % ";".join(tag_pieces)
|
||||
return ""
|
||||
|
||||
def format(self) -> str:
|
||||
|
|
Loading…
Reference in a new issue