mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 09:56:13 +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 = []
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user