From 59cda0babfde41fb0e146627d1a5269dede140d1 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Wed, 5 Jun 2024 21:46:06 +1000 Subject: [PATCH] More fixes --- crates/pet-conda/src/environment_locations.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/pet-conda/src/environment_locations.rs b/crates/pet-conda/src/environment_locations.rs index 70ed3823..a542dcae 100644 --- a/crates/pet-conda/src/environment_locations.rs +++ b/crates/pet-conda/src/environment_locations.rs @@ -7,6 +7,7 @@ use crate::{ utils::{is_conda_env, is_conda_install}, }; use log::trace; +use pet_utils::path::get_absolute_path; use std::{ fs, path::{Path, PathBuf}, @@ -145,7 +146,7 @@ pub fn get_conda_envs_from_environment_txt(env_vars: &EnvVariables) -> Vec