1
0
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:
Adrian Schröter 2010-09-02 16:43:34 +02:00
parent 94eb143d8c
commit feab43ed2f

View File

@ -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: