uv
2fb8df37 - Avoid panicking on cannot-be-a-base URLs (#2461)

Commit
1 year ago
Avoid panicking on cannot-be-a-base URLs (#2461) `path_segments_mut` returns an `Err` for cannot-be-a-base URLs. These won't be valid when we try to fetch them anyway, but we need to avoid a panic. Closes https://github.com/astral-sh/uv/issues/2460.
Author
Parents
Loading