Add a colon

This commit is contained in:
Florian Bruhin 2016-09-29 06:35:47 +02:00
parent 656d51d44f
commit 42b7d1d10f
2 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ def version():
lines += [ lines += [
'', '',
'Paths', 'Paths:',
] ]
for name, path in _path_info().items(): for name, path in _path_info().items():
lines += ['{}: {}'.format(name, path)] lines += ['{}: {}'.format(name, path)]

View File

@ -700,7 +700,7 @@ def test_version_output(git_commit, frozen, style, equal_qt, with_webkit,
OS INFO 1 OS INFO 1
OS INFO 2 OS INFO 2
Paths Paths:
PATH DESC: PATH NAME PATH DESC: PATH NAME
""".lstrip('\n')) """.lstrip('\n'))