Commit a55037e
committed
fix: correct corrupted MSVC glob paths in dispatcher
heredoc backslash interpretation mangled bin\HostX64\x64 into
\x08in\Hostx64d — switched to forward-slash strings which glob
handles fine on Windows and avoids escape issues entirely
Modified:
• src/omnipkg/dispatcher.py (+3/-3 lines)
[gitship-generated]1 parent 1d4feef commit a55037e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
377 | | - | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
0 commit comments