mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-24 21:29:49 +00:00
Use a standalone error type for --find-links registry (#936)
This commit is contained in:
parent
e71e3e8dd1
commit
2a69b273ce
4 changed files with 23 additions and 17 deletions
|
|
@ -70,7 +70,7 @@ enum VenvError {
|
|||
|
||||
#[error("Failed to resolve `--find-links` entry")]
|
||||
#[diagnostic(code(puffin::venv::flat_index))]
|
||||
FlatIndexError(#[source] puffin_client::Error),
|
||||
FlatIndexError(#[source] puffin_client::FlatIndexError),
|
||||
}
|
||||
|
||||
/// Create a virtual environment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue