Skip to content

Conversation

@tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Oct 6, 2020

the "capture_output" parameter of subprocess.run() was introduced in
python3.7. so should not rely on this feature unless we drop the support
of python2 and python3.6

Signed-off-by: Kefu Chai tchaikov@gmail.com

the "capture_output" parameter of subprocess.run() was introduced in
python3.7.
and subprocess.run() does not exist in python2. so should not rely on
them unless we drop the support of python2 and python3.6

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
as they are not widely used anymore in modern releases of popular
distros.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
@ekalinin ekalinin merged commit 4edf46b into ekalinin:master Apr 9, 2021
@ekalinin
Copy link
Owner

ekalinin commented Apr 9, 2021

Thanks!

@tchaikov tchaikov deleted the wip-capture branch April 9, 2021 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants