Skip to content

Commit 3b037ca

Browse files
committed
updates
1 parent 656dd38 commit 3b037ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pet-conda/src/environments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl CondaEnvironment {
4040
// Then this is a root conda environment.
4141
if conda_manager.executable.starts_with(&self.prefix)
4242
&& is_conda_install(&self.prefix)
43-
&& !self.conda_dir.is_none()
43+
&& self.conda_dir.is_some()
4444
{
4545
name = Some("base".to_string());
4646
} else {

0 commit comments

Comments
 (0)