Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: 5.0.x
Choose a base branch
from

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants