Keep colon

This commit is contained in:
Charlie Marsh 2025-07-21 09:01:59 -04:00
parent cf77029dc4
commit 0b03643485
1 changed files with 1 additions and 1 deletions

View File

@ -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() {