Add a colon
This commit is contained in:
parent
656d51d44f
commit
42b7d1d10f
@ -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)]
|
||||||
|
@ -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'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user