Skip to content

Commit 8389250

Browse files
committed
Bench(fix[scripts]): Mark the executable demo executable
why: The script carries a `uv run --script` shebang but shipped without the executable bit, so the shebang was misleading: the one invocation it advertises could not work. ruff's EXE001 catches exactly this, and CI runs on Linux where the rule applies -- it is skipped on Windows and WSL, so a developer working there cannot see it locally. what: - Record the file as mode 755, matching the other runnable scripts
1 parent a585d17 commit 8389250

1 file changed

File tree

scripts/demo_control_output.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)