mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 01:26:23 +01:00
Remove extra line from the end of osc dists
output
This commit is contained in:
parent
3ae3c88a95
commit
5751222bd0
@ -5364,7 +5364,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
rows = []
|
rows = []
|
||||||
for dist in dists:
|
for dist in dists:
|
||||||
rows.append([dist[h] for h in headers])
|
rows.append([dist[h] for h in headers])
|
||||||
print(format_table(rows, headers))
|
print(format_table(rows, headers).rstrip())
|
||||||
|
|
||||||
|
|
||||||
@cmdln.hide(1)
|
@cmdln.hide(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user