Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

capture_output Isn't a thing in python subprocess module until python3.7 #1

Open
bstinsonmhk opened this issue Mar 14, 2019 · 0 comments

Comments

@bstinsonmhk
Copy link
Contributor

In a few places, mbox calls out to the subprocess module and passes the 'capture_output' kwarg. This option wasn't introduced until python 3.7, but the latest we can possibly get on EL7 is python 3.6

We can work around by setting stdout and stderr to subprocess.PIPE

I can do up a patch for this, but I wanted to open an issue for tracking.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant