Closed sandeepB3 closed 8 months ago
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.
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 scriptsimple.py
with the -graph argument and the script will error theos.name
withname 'os' is not defined
.Part of this discussion: #200 Link to: discussion comment.