mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Use "your requirements" consistently in resolver error messages (#6113)
Follow-up to https://github.com/astral-sh/uv/pull/6092#discussion_r1717648821
This commit is contained in:
parent
171c39d365
commit
f988e43ebd
10 changed files with 122 additions and 122 deletions
|
|
@ -357,8 +357,8 @@ impl PubGrubReportFormatter<'_> {
|
|||
}
|
||||
}
|
||||
match &**package {
|
||||
PubGrubPackageInner::Root(Some(_)) => Some("the requirements".to_string()),
|
||||
PubGrubPackageInner::Root(None) => Some("the requirements".to_string()),
|
||||
PubGrubPackageInner::Root(Some(_)) => Some("your requirements".to_string()),
|
||||
PubGrubPackageInner::Root(None) => Some("your requirements".to_string()),
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue