mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
hide depricated "expansion error" in legend
This commit is contained in:
parent
94eb143d8c
commit
feab43ed2f
@ -4251,6 +4251,8 @@ def get_prj_results(apiurl, prj, hide_legend=False, csv=False, status_filter=Non
|
||||
r.append(' Legend:')
|
||||
legend = []
|
||||
for i, j in buildstatus_symbols.items():
|
||||
if i == "expansion error":
|
||||
continue
|
||||
legend.append('%3s %-20s' % (j, i))
|
||||
|
||||
if vertical:
|
||||
|
Loading…
Reference in New Issue
Block a user