mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Use consistent 'Registry' prefix for wheel and source distribution logs (#11270)
## Summary We say "Registry requirement already cached" for source distributions, but for wheels, it's just "Requirement already cached".
This commit is contained in:
parent
ca73c47543
commit
306fcfe718
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@ impl<'a> Planner<'a> {
|
|||
}
|
||||
Some(&entry.dist)
|
||||
}) {
|
||||
debug!("Requirement already cached: {distribution}");
|
||||
// STOPSHIP(charlie): If these are mismatched, skip and warn.
|
||||
debug!("Registry requirement already cached: {distribution}");
|
||||
cached.push(CachedDist::Registry(distribution.clone()));
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue