Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed May 25, 2024
1 parent 1109496 commit 24cf60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_locator/src/windows_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl Locator for WindowsRegistry<'_> {
fn find(&mut self) -> Option<LocatorResult> {
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
Expand Down

0 comments on commit 24cf60d

Please sign in to comment.