Commit 128339f
fix(backend): normalize Windows backslash paths on Linux CI
Path("models\\yolo.pt") on Linux treats backslash as a literal filename
character, not a separator. Explicitly replace backslashes before Path()
construction so _normalize_model_path works cross-platform. Fixes the
only failing CI test (test_normalize_model_path).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d222b9d commit 128339f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
358 | 360 | | |
359 | 361 | | |
360 | 362 | | |
| |||
0 commit comments