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

Added import os in examples/MDF/simple.py #510

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

sandeepB3
Copy link

In examples/MDF/simple.py, the line 94 and 104, shows the warning: "os" is not defined. The line is executed when we run the script simple.py with the -graph argument and the script will error the os.name with name 'os' is not defined.

Part of this discussion: #200
Link to: discussion comment.

@pgleeson pgleeson changed the base branch from main to development March 19, 2024 11:12
@pgleeson pgleeson merged commit d83e34c into ModECI:development Mar 21, 2024
11 checks passed
@pgleeson
Copy link
Member

Thanks for this fix @sandeepB3! I've changed it to a pull request to the development branch, as that is the place with the latest version, which will be merged to the main branch when there is a new stable release.

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