Patch list_algorithms script
Some checks failed
Test Workspace / Test Workspace (push) Has been cancelled

This commit is contained in:
FiveMovesAhead 2026-02-10 15:48:19 +00:00
parent 51f2fffef6
commit 2288704c48

View File

@ -43,6 +43,8 @@ def main():
status = f"pending compilation"
elif not compile_success[a["id"]]:
status = f"failed to compile"
elif a["state"]["banned"]:
status = f"banned"
elif a["state"]["round_merged"] is not None:
status = f"merged @ round {a['state']['round_merged']}"
elif a["state"]["round_active"] <= block["details"]["round"]: