1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add linefeed to version text

This commit is contained in:
Kelly Brazil
2022-04-20 08:26:26 -04:00
parent 283dc4efd5
commit 477329ce5b

View File

@ -256,6 +256,7 @@ def versiontext():
jc version: {info.version}
python interpreter version: {py_ver}
python path: {sys.executable}
{info.website}
{info.copyright}'''
return textwrap.dedent(versiontext_string)