mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-08 14:08:42 +02:00
hide depricated "expansion error" in legend
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user