mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Removed unnecessary silencing of stderr
This commit is contained in:
parent
d850ac7a58
commit
17a0a2ee3e
4
setup.py
4
setup.py
|
@ -273,9 +273,7 @@ def _pkg_config(name):
|
|||
)[::2][1:]
|
||||
cflags = re.split(
|
||||
r"(^|\s+)-I",
|
||||
subprocess.check_output(command_cflags, stderr=stderr)
|
||||
.decode("utf8")
|
||||
.strip(),
|
||||
subprocess.check_output(command_cflags).decode("utf8").strip(),
|
||||
)[::2][1:]
|
||||
return libs, cflags
|
||||
except Exception:
|
||||
|
|
Loading…
Reference in New Issue
Block a user