mirror of https://github.com/astral-sh/uv
Keep colon
This commit is contained in:
parent
cf77029dc4
commit
0b03643485
|
|
@ -173,7 +173,7 @@ impl PythonEnvironment {
|
|||
/// N.B. This function also works for system Python environments and users depend on this.
|
||||
pub fn from_root(root: impl AsRef<Path>, cache: &Cache) -> Result<Self, Error> {
|
||||
debug!(
|
||||
"Checking for Python environment at `{}`",
|
||||
"Checking for Python environment at: `{}`",
|
||||
root.as_ref().user_display()
|
||||
);
|
||||
match root.as_ref().try_exists() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue