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:
@ -256,6 +256,7 @@ def versiontext():
|
|||||||
jc version: {info.version}
|
jc version: {info.version}
|
||||||
python interpreter version: {py_ver}
|
python interpreter version: {py_ver}
|
||||||
python path: {sys.executable}
|
python path: {sys.executable}
|
||||||
|
|
||||||
{info.website}
|
{info.website}
|
||||||
{info.copyright}'''
|
{info.copyright}'''
|
||||||
return textwrap.dedent(versiontext_string)
|
return textwrap.dedent(versiontext_string)
|
||||||
|
Reference in New Issue
Block a user