Skip to content

Fix parsing special characters in environment names for distribution.py - #663

Merged
jnhealy2 merged 2 commits into
sandialabs:mainfrom
akimler:akimler/fix_env_special_chars
Jul 28, 2026
Merged

Fix parsing special characters in environment names for distribution.py#663
jnhealy2 merged 2 commits into
sandialabs:mainfrom
akimler:akimler/fix_env_special_chars

Conversation

@akimler

@akimler akimler commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

When using an environment with a special character (in our case the + symbol) the function valid_env_scopes returns an empty scope because it uses that symbol from the environment name in the pattern regex. The environment will now be escaped to avoid these types of issues.

@jnhealy2
jnhealy2 merged commit 41dae92 into sandialabs:main Jul 28, 2026
7 checks passed
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.

2 participants