Closed KevinPike closed 4 years ago
Addresses #143
Changes subprocess.run arguments to support Python 3.6. capture_output=True is converted to stdout=PIPE, stderr=PIPE within the library
capture_output=True
stdout=PIPE, stderr=PIPE
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Addresses #143
Changes subprocess.run arguments to support Python 3.6.
capture_output=True
is converted tostdout=PIPE, stderr=PIPE
within the libraryBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.