diff --git a/native_locator/src/windows_registry.rs b/native_locator/src/windows_registry.rs index 26476d73b1c8..2f3c6d04a42e 100644 --- a/native_locator/src/windows_registry.rs +++ b/native_locator/src/windows_registry.rs @@ -234,7 +234,7 @@ impl Locator for WindowsRegistry<'_> { fn find(&mut self) -> Option { if let Some(result) = get_registry_pythons(self.conda_locator) { if !result.environments.is_empty() || !result.managers.is_empty() { - // return Some(result); + return Some(result); } } None