Create helper function to wrap subprocess.run #204
Labels
good first issue
Good for newcomers
internals
non-user-facing changes
jira-story
Auto-create a corresponding story on JIRA
Currently, the following pattern:
Can be found all over the place in C-Star.
It would be fairly straightforward to wrap this behaviour in a helper function, reducing each such block to, e.g.:
hw = run_subprocess('echo "Hello World"')
The text was updated successfully, but these errors were encountered: