Skip to content

Commit 0d32c05

Browse files
author
asimov-bot[bot]
committed
[agent-fix] Fix trailing whitespace in scripts/autocurrency/agent-fix.py
1 parent 94146dd commit 0d32c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/autocurrency/agent-fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _extract_via_api(run_ids: str, token: str, repo: str) -> tuple:
147147
try:
148148
log_resp = urllib.request.urlopen(req)
149149
log_text = log_resp.read().decode(errors="replace")
150-
150+
151151
log_lines = log_text.splitlines()
152152
tail = log_lines
153153
results.append(f" Log ({len(tail)} lines):")

0 commit comments

Comments
 (0)