Skip to content

Skip execution of lines containing subprocess calls in `jo_utils`

Spyros Argyropoulos requested to merge fix3 into master

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.

@avroy

Changes introduced

Skip subprocess.Popen and subprocess.call lines when evaluating jO contents in jo_utils.py

Tests

Before fix

Screenshot_2021-05-12_at_20.21.57

After fix

Screenshot_2021-05-12_at_20.22.10

Issues resolved

Closes #

Edited by Spyros Argyropoulos

Merge request reports