Skip to content

Conversation

@karthiknadig
Copy link
Member

Fixes #265

@karthiknadig karthiknadig marked this pull request as ready for review January 29, 2026 16:47
@@ -1,8 +1,8 @@
==> 2024-02-28 23:05:07 <==
# cmd: /home/runner/work/python-environment-tools/python-environment-tools/crates/pet-conda/tests/unix/conda_env_without_manager_but_found_in_history/some_other_location/conda_install/bin/conda create -n conda1
# cmd: /home/kanadig/GIT/projects/python-environment-tools/crates/pet-conda/tests/unix/conda_env_without_manager_but_found_in_history/some_other_location/conda_install/bin/conda create -n conda1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably should stay the other path

let mut cfg = context.configuration.write().unwrap();
cfg.workspace_directories = configure_options.workspace_directories;
// Expand glob patterns in workspace_directories
cfg.workspace_directories = configure_options.workspace_directories.map(|dirs| {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does having glob patterns supported in the workspace dirs get us?

Copy link
Member

@eleanorjboyd eleanorjboyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check the paths which have your local paths in them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Support grep with regex patterns in searchPaths for Python Environment Tools (PET) integration

4 participants