mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
'tahoe --version': remove inconsistent trailing comma, easier to parse
This commit is contained in:
parent
69bd49fc57
commit
2ed6b67644
@ -390,7 +390,7 @@ def get_package_versions_string(show_paths=False, debug=False):
|
|||||||
info = info + " (%s)" % str(loc)
|
info = info + " (%s)" % str(loc)
|
||||||
res.append(info)
|
res.append(info)
|
||||||
|
|
||||||
output = ",\n".join(res) + "\n"
|
output = "\n".join(res) + "\n"
|
||||||
|
|
||||||
if not hasattr(sys, 'frozen'):
|
if not hasattr(sys, 'frozen'):
|
||||||
errors = cross_check_pkg_resources_versus_import()
|
errors = cross_check_pkg_resources_versus_import()
|
||||||
|
Loading…
Reference in New Issue
Block a user