1
0
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:
Marcus Huewe 2011-09-07 18:33:07 +02:00
parent 30ba376302
commit 6d1372c6f8

View File

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