Skip to content

[codex] fix remaining PYTHONUNBUFFERED typos - #119

Draft
Squirtle-gpj wants to merge 1 commit into
Gen-Verse:mainfrom
Squirtle-gpj:codex/fix-pythonunbuffered-typos
Draft

[codex] fix remaining PYTHONUNBUFFERED typos#119
Squirtle-gpj wants to merge 1 commit into
Gen-Verse:mainfrom
Squirtle-gpj:codex/fix-pythonunbuffered-typos

Conversation

@Squirtle-gpj

Copy link
Copy Markdown

Summary

  • Replace the remaining PYTHONBUFFERED=16 typo with PYTHONUNBUFFERED=1 in the OpenClaw OPD top-k launcher.
  • Apply the same fix to the Toolcall-RL Qwen3 4B SFT launcher so Python stdout/stderr unbuffering works as intended.

Validation

  • if rg -n 'PYTHONBUFFERED' toolcall-rl/retool_qwen3_4b_sft.sh openclaw-opd/run_qwen3_4b_openclaw_opd_topk.sh; then echo 'invalid PYTHONBUFFERED setting remains'; exit 1; fi && rg -n 'PYTHONUNBUFFERED=1' toolcall-rl/retool_qwen3_4b_sft.sh openclaw-opd/run_qwen3_4b_openclaw_opd_topk.sh
  • bash -n toolcall-rl/retool_qwen3_4b_sft.sh openclaw-opd/run_qwen3_4b_openclaw_opd_topk.sh
  • git diff --check HEAD~1..HEAD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant