From 60d66b2d04d25688017a7317b8c20260f7adc585 Mon Sep 17 00:00:00 2001 From: chan Date: Mon, 12 Aug 2024 14:45:48 -0400 Subject: [PATCH] making the diff cleaner --- crates/uv-python/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/uv-python/src/lib.rs b/crates/uv-python/src/lib.rs index edb46a75701b..fcff36a1c86a 100644 --- a/crates/uv-python/src/lib.rs +++ b/crates/uv-python/src/lib.rs @@ -1380,6 +1380,7 @@ mod tests { ImplementationName::default(), true, )?; + let python = context.run(|| { find_python_installation( &PythonRequest::parse("./foo/bar"),