Skip to content

Fix lib_agent indentation regression#85

Open
jijivski wants to merge 1 commit intopinchbench:mainfrom
jijivski:fix/lib-agent-indentation
Open

Fix lib_agent indentation regression#85
jijivski wants to merge 1 commit intopinchbench:mainfrom
jijivski:fix/lib-agent-indentation

Conversation

@jijivski
Copy link
Copy Markdown

@jijivski jijivski commented Apr 1, 2026

Fix a merge regression in scripts/lib_agent.py.

_remove_readonly() was duplicated and left with a stray misindented line, which causes:

python3 -m py_compile scripts/lib_agent.py

to fail with IndentationError.

This PR removes the duplicate definition and restores valid syntax.

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