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