Skip to content

Commit 2d03d4c

Browse files
author
asimov-bot[bot]
committed
[agent-fix] Fix trailing whitespace in scripts/autocurrency/agent-fix.py to pass pre-commit hook
1 parent dad942e commit 2d03d4c

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
@@ -148,7 +148,7 @@ def _extract_via_api(run_ids: str, token: str, repo: str) -> tuple:
148148
try:
149149
log_resp = urllib.request.urlopen(req)
150150
log_text = log_resp.read().decode(errors="replace")
151-
151+
152152
log_lines = log_text.splitlines()
153153
tail = log_lines
154154
results.append(f" Log ({len(tail)} lines):")

0 commit comments

Comments
 (0)