Skip to content

add TODO and warning about non-path variables not being currently handled in module load environment#4748

Merged
boegel merged 2 commits intoeasybuilders:5.0.xfrom
lexming:non-path-module-env
Jan 30, 2025
Merged

add TODO and warning about non-path variables not being currently handled in module load environment#4748
boegel merged 2 commits intoeasybuilders:5.0.xfrom
lexming:non-path-module-env

Conversation

@lexming
Copy link
Contributor

@lexming lexming commented Jan 20, 2025

Follow-up to discussion in #4653

)

for env_var, search_paths in env_var_requirements:
for env_var, search_paths in env_var_requirements.items():
Copy link
Member

Choose a reason for hiding this comment

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

@lexming Without the .items() this is horribly wrong, no? How did it pass CI in the previous PR...

Copy link
Contributor Author

@lexming lexming Jan 29, 2025

Choose a reason for hiding this comment

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

currently env_var_requirements is a list of tuples, this PR changes it to a dict

@boegel boegel merged commit 1c69ff9 into easybuilders:5.0.x Jan 30, 2025
39 checks passed
@lexming lexming deleted the non-path-module-env branch January 31, 2025 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

No open projects
Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants