Commit 85fd597
committed
manifest: Fix absolute path checking on windows for Python 3.13
Python 3.13 changed the behavior for os.path.isabs
https://docs.python.org/3/library/os.path.html#os.path.isabs
Prevent absolute paths that start with a '/'.
Signed-off-by: Pieter De Gendt <[email protected]>1 parent 42c0a5d commit 85fd597
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2421 | 2421 | | |
2422 | 2422 | | |
2423 | 2423 | | |
2424 | | - | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
2425 | 2428 | | |
2426 | 2429 | | |
2427 | 2430 | | |
| |||
0 commit comments