Commit 41d4aa2
committed
Fixed unicode bug on Windows in pyscript command
Without using the repr representation of the path, "C:\Users" treats \U as a Unicode Escape.
To fix this, pyscript passes the repr representation of the path to do_py.1 parent a949834 commit 41d4aa2
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1421 | 1421 | | |
1422 | 1422 | | |
1423 | 1423 | | |
1424 | | - | |
| 1424 | + | |
1425 | 1425 | | |
1426 | 1426 | | |
1427 | 1427 | | |
| |||
1430 | 1430 | | |
1431 | 1431 | | |
1432 | 1432 | | |
1433 | | - | |
1434 | | - | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
1435 | 1436 | | |
1436 | 1437 | | |
1437 | 1438 | | |
| |||
0 commit comments