-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
python-environment-tools/crates/pet-conda/src/environments.rs
Lines 65 to 75 in 159451f
| trace!( | |
| "Conda install folder {}, found, & will be used for the Conda Env: {}", | |
| env_path.display(), | |
| conda_dir.display() | |
| ); | |
| } else { | |
| warn!( | |
| "Conda install folder {}, does not exist, hence will not be used for the Conda Env: {}", | |
| env_path.display(), | |
| conda_dir.display() | |
| ); |
The order of the paths displayed in the trace message should be switched to correspond correctly to the trace message, or the message should be changed accordingly.
Metadata
Metadata
Assignees
Labels
No labels