Fixed and improved token tracking
This commit is contained in:
parent
dd3279ea1a
commit
c12091c2eb
29 changed files with 3549 additions and 278 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue