]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 7 Nov 2018 22:21:17 +0000 (22:21 +0000)
committerGitHub <noreply@github.com>
Wed, 7 Nov 2018 22:21:17 +0000 (22:21 +0000)
commitb93925047a025511c48a7bf3e6e6f0cfec79b8ed
treebfcef2229d9978d65220d0d5e69ae3715f5bda2c
parentbeed84ca5e0f2784d758478d4e7c81c9c1088c4e
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)

The constructor of subprocess.CalledProcessError in the check_output function had an extra None in it.
Lib/test/test_venv.py