1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 01:46:13 +01:00

Remove extra line from the end of osc dists output

This commit is contained in:
Anatoli Babenia 2022-07-29 23:06:22 +03:00
parent 3ae3c88a95
commit 5751222bd0

View File

@ -5364,7 +5364,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
rows = []
for dist in dists:
rows.append([dist[h] for h in headers])
print(format_table(rows, headers))
print(format_table(rows, headers).rstrip())
@cmdln.hide(1)