summaryrefslogtreecommitdiff
path: root/setuptools/_distutils/spawn.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-01 17:32:58 +0100
committerGitHub <noreply@github.com>2022-08-01 17:32:58 +0100
commit00eaec7a0c4e49af9c4062145c969f08d2953abe (patch)
tree26ac5421a2fa1c040eaa880354fee717556611a4 /setuptools/_distutils/spawn.py
parentfe6d794adea937f08146084495d0721a375d8ce7 (diff)
parent3ecabf8583b6e57d3ac47b34d6afec0b9d00b167 (diff)
downloadpython-setuptools-git-00eaec7a0c4e49af9c4062145c969f08d2953abe.tar.gz
Merge branch 'main' into docs-notfound-page
Diffstat (limited to 'setuptools/_distutils/spawn.py')
-rw-r--r--setuptools/_distutils/spawn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/_distutils/spawn.py b/setuptools/_distutils/spawn.py
index acd20148..db9f08ee 100644
--- a/setuptools/_distutils/spawn.py
+++ b/setuptools/_distutils/spawn.py
@@ -15,7 +15,7 @@ from distutils.debug import DEBUG
from distutils import log
-def spawn(cmd, search_path=1, verbose=0, dry_run=0, env=None):
+def spawn(cmd, search_path=1, verbose=0, dry_run=0, env=None): # noqa: C901
"""Run another program, specified as a command list 'cmd', in a new process.
'cmd' is just the argument list for the new process, ie.