fix: syntax errors in perf_bottleneck_finder.py #211 #217
Reference in New Issue
Block a user
Delete Branch "fix/perf-bottleneck-syntax-211"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #211 — Fix syntax errors blocking pytest collection
Three syntax errors fixed in
scripts/perf_bottleneck_finder.py:Fix 1: Line 116 — Regex quoting (the reported issue)
Fix 2: Lines 509-510 — Split return statement
Fix 3: Lines 524-525 — Global declaration after use
Verification
Closes #211