generated from coulomb/repo-seed
Fixed and improved token tracking
This commit is contained in:
@@ -1596,7 +1596,7 @@ def fix_repo(
|
||||
task_id = ctx["task_id"]
|
||||
status = ctx["status"]
|
||||
result = _api_patch(api_base, f"/tasks/{task_id}",
|
||||
{"status": status})
|
||||
{"status": status, "suppress_token_event": True})
|
||||
if result is not None and "_error" not in result:
|
||||
report.fixes_applied.append(
|
||||
f"C-10 fixed: task {task_id[:8]}… status → {status!r}"
|
||||
|
||||
Reference in New Issue
Block a user