Skip to content

Commit a0a859d

Browse files
committed
Fix stderr/stdout typo
1 parent a1bb203 commit a0a859d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irctest/basecontrollers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def stream_stdout() -> None:
174174
pass
175175

176176
if kwargs["stderr"] in (subprocess.STDOUT, None):
177-
kwargs["stdout"] = subprocess.PIPE
177+
kwargs["stderr"] = subprocess.PIPE
178178

179179
def stream_stderr() -> None:
180180
assert proc.stderr is not None # for mypy

0 commit comments

Comments
 (0)