mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Fix stderr/stdout typo
This commit is contained in:
@ -174,7 +174,7 @@ class _BaseController:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
if kwargs["stderr"] in (subprocess.STDOUT, None):
|
if kwargs["stderr"] in (subprocess.STDOUT, None):
|
||||||
kwargs["stdout"] = subprocess.PIPE
|
kwargs["stderr"] = subprocess.PIPE
|
||||||
|
|
||||||
def stream_stderr() -> None:
|
def stream_stderr() -> None:
|
||||||
assert proc.stderr is not None # for mypy
|
assert proc.stderr is not None # for mypy
|
||||||
|
Reference in New Issue
Block a user