Skip to content
Snippets Groups Projects

Skip execution of lines containing subprocess calls in `jo_utils`

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading