fix: SyntaxError in perf_bottleneck_finder.py blocking pytest collection (#211) #226

Open
Rockachopa wants to merge 2 commits from fix/syntax-bottleneck-211 into main

2 Commits

Author SHA1 Message Date
b46e9fef04 fix: three syntax errors in perf_bottleneck_finder.py (#211)
Some checks failed
Test / pytest (pull_request) Failing after 27s
1. Line 116: escaped double quotes in raw string regex char classes
2. Lines 509-510: merged split string into single line
3. Line 524: moved global declaration to start of main()
2026-04-21 11:44:52 +00:00
99d5832fa9 fix: regex syntax error in perf_bottleneck_finder.py (#211)
The raw string regex for detecting file I/O in tests had an unclosed
parenthesis from open(. Added the closing ) to fix SyntaxError that
blocked pytest collection.
2026-04-21 11:23:59 +00:00