diff --git a/crates/uv-python/src/interpreter.rs b/crates/uv-python/src/interpreter.rs index bb65e9bf2..80f36dff1 100644 --- a/crates/uv-python/src/interpreter.rs +++ b/crates/uv-python/src/interpreter.rs @@ -794,7 +794,7 @@ impl Display for StatusCodeError { fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { write!( f, - "Querying Python at `{}` failed with exit status {}", + "Querying Python at `{}` failed with {}", self.path.display(), self.code )?;