Fix stderr/stdout typo

This commit is contained in:
2024-11-19 18:01:32 +01:00
parent a1bb20323a
commit a0a859d4fa

View File

@ -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