The `capture_output` argument for subprocess.run was added in 3.7, but want to support 3.6 as well. Change all the usages of it with `stdout=subprocess.PIPE` that will have the same effect, at least for stdout. |
||
|---|---|---|
| .. | ||
| data | ||
| mod | ||
| pipelines | ||
| run | ||
| src | ||
| .gitignore | ||
| __init__.py | ||
| test.py | ||