fix(cmd): display all versions, cast to str
This commit is contained in:
parent
cd72e16fef
commit
e2c846b980
@ -248,7 +248,7 @@ def doallversions(options):
|
||||
if props.github:
|
||||
vers = _gh_versions(props.github)
|
||||
trace(vers)
|
||||
print("\n".join(vers))
|
||||
print("\n".join(map(str,vers)))
|
||||
else:
|
||||
warn(f"{tool} not in catalog")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user