mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-24 05:46:13 +01:00
- get_prj_results: added '?' to legend
This commit is contained in:
parent
30ba376302
commit
6d1372c6f8
@ -4817,6 +4817,7 @@ def get_prj_results(apiurl, prj, hide_legend=False, csv=False, status_filter=Non
|
||||
if i == "expansion error":
|
||||
continue
|
||||
legend.append('%3s %-20s' % (j, i))
|
||||
legend.append(' ? buildstatus not available (only new packages)')
|
||||
|
||||
if vertical:
|
||||
for i in range(0, len(targets)):
|
||||
|
Loading…
Reference in New Issue
Block a user