Skip to content

Commit a9d640d

Browse files
committed
Add the env parameter to subprocess.check_output
1 parent 1490cda commit a9d640d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroid/brain/brain_subprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def check_output(
6767
encoding=None,
6868
errors=None,
6969
universal_newlines=False,
70-
timeout=None
70+
timeout=None,
71+
env=None
7172
):
7273
7374
if universal_newlines:

0 commit comments

Comments
 (0)