Skip to content

fix: restore corrupted warning emoji in batch_runner checkpoint handler#32982

Open
Kailigithub wants to merge 1 commit into
NousResearch:mainfrom
Kailigithub:fix/batch-runner-mojibake-emoji
Open

fix: restore corrupted warning emoji in batch_runner checkpoint handler#32982
Kailigithub wants to merge 1 commit into
NousResearch:mainfrom
Kailigithub:fix/batch-runner-mojibake-emoji

Conversation

@Kailigithub

Copy link
Copy Markdown
Contributor

Summary

Fixes a mojibake-encoded warning emoji in batch_runner.py. The UTF-8 bytes \xc3\xa2\xc5\xa1\xc2\xa0\xc3\xaf\xc2\xb8\xc2\x8f were double-encoded before being written to the source file, producing the garbled text âš ï¸ instead of the intended ⚠️.

This was identified as item 9 in issue #32848 (collection of minor bugs, typos, and inconsistencies).

Changes

  • batch_runner.py line 1013: replace corrupted bytes with the correct ⚠️ emoji

Testing

  • python3 -m py_compile batch_runner.py — passes
  • git diff --check — clean

@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have comp/agent Core agent loop, run_agent.py, prompt builder labels May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/agent Core agent loop, run_agent.py, prompt builder P3 Low — cosmetic, nice to have type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants