uv
2fb8df37
- Avoid panicking on cannot-be-a-base URLs (#2461)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#2461 - Avoid panicking on cannot-be-a-base URLs
Author
charliermarsh
Parents
b50cb3e7
Loading