Commit e43a02e8 authored by Leo Iannacone's avatar Leo Iannacone

Merge remote-tracking branch 'github/master' into portable

parents c1214664 98fe0446
......@@ -229,7 +229,7 @@ class LogParser():
continue
tag = info[0].replace('FLAGS', '')
tags[tag] += 1
return sorted(list(tags.keys()))
return ' '.join(sorted(list(tags.keys())))
def _from_tags_to_result(self, tags):
keys = sorted(list(tags.keys()))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment