mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
Patch list_algorithms script
Some checks failed
Test Workspace / Test Workspace (push) Has been cancelled
Some checks failed
Test Workspace / Test Workspace (push) Has been cancelled
This commit is contained in:
parent
51f2fffef6
commit
2288704c48
@ -43,6 +43,8 @@ def main():
|
|||||||
status = f"pending compilation"
|
status = f"pending compilation"
|
||||||
elif not compile_success[a["id"]]:
|
elif not compile_success[a["id"]]:
|
||||||
status = f"failed to compile"
|
status = f"failed to compile"
|
||||||
|
elif a["state"]["banned"]:
|
||||||
|
status = f"banned"
|
||||||
elif a["state"]["round_merged"] is not None:
|
elif a["state"]["round_merged"] is not None:
|
||||||
status = f"merged @ round {a['state']['round_merged']}"
|
status = f"merged @ round {a['state']['round_merged']}"
|
||||||
elif a["state"]["round_active"] <= block["details"]["round"]:
|
elif a["state"]["round_active"] <= block["details"]["round"]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user