ci,crnm: remove unsupported arguments by console.print
Fixes: 51c3f56aa (ci,crnm: migrate colorama to rich)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37641>
This commit is contained in:
committed by
Marge Bot
parent
42a78a1aae
commit
c2a2d7215a
@@ -234,7 +234,6 @@ def monitor_pipeline(
|
||||
f"* {job_name:{name_field_pad}} succ: {n_succeed}; "
|
||||
f"fail: {n_failed}; "
|
||||
f"total: {n_total_seen} of {stress}",
|
||||
flush=False,
|
||||
)
|
||||
if stress < 0 or n_total_completed < stress:
|
||||
enough = False
|
||||
|
||||
Reference in New Issue
Block a user