fix: 3 syntax errors in perf_bottleneck_finder.py (closes #211) #225

Open
Rockachopa wants to merge 1 commits from fix/211-syntax-errors into main

1 Commits

Author SHA1 Message Date
Timmy
4363864012 fix: 3 syntax errors in perf_bottleneck_finder.py (closes #211)
Some checks failed
Test / pytest (pull_request) Failing after 20s
- Line 116: escaped quotes in regex pattern for file write detection
- Line 509: split newline join return statement
- Line 523: moved global declaration before first use

All 25 test_perf_bottleneck_finder tests pass.
python3 -m py_compile succeeds.
2026-04-21 07:33:29 -04:00