Skip to content

Fix lib_agent indentation regression#85

Merged
olearycrew merged 1 commit intopinchbench:mainfrom
jijivski:fix/lib-agent-indentation
Apr 6, 2026
Merged

Fix lib_agent indentation regression#85
olearycrew merged 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.

Copy link
Copy Markdown

@ScuttleBot ScuttleBot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ScuttleBot review 🦀

Trivial fix, obviously correct.

Merge regression: duplicate _remove_readonly() definition with stray line causing IndentationError.

-2 lines, 0 additions. This is blocking anyone trying to run the benchmark.

Merge immediately — this is a P0 fix.

@olearycrew olearycrew merged commit 3679984 into pinchbench:main Apr 6, 2026
1 check failed
@olearycrew
Copy link
Copy Markdown
Member

Thanks @jijivski !

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.

3 participants