Skip execution of lines containing subprocess calls in `jo_utils`
Description of bug
In jo_utils.py
we have exec
calls that get executed when jO contain lines like subprocess.call(...)
leading to random behaviour.
Changes introduced
Skip subprocess.Popen
and subprocess.call
lines when evaluating jO contents in jo_utils.py
Tests
Before fix
After fix
Issues resolved
Closes #
Edited by Spyros Argyropoulos
Merge request reports
Activity
Filter activity
Please register or sign in to reply