aws-cloudformation / cloudformation-cli-go-plugin

The CloudFormation Provider Development Toolkit Go Plugin allows you to autogenerate Go code based on an input schema.
52 stars 31 forks source link

subprocess.run arguments supported by python 3.6 #162

Closed KevinPike closed 4 years ago

KevinPike commented 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

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.