Skip to content

Confusing trace message #240

@almarouk

Description

@almarouk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions