mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-06 21:18:43 +00:00
brackets are hard
This commit is contained in:
parent
4884f81235
commit
4fe65a8efd
@ -99,7 +99,7 @@ def run_cli_bytes(verb, *args, **kwargs):
|
||||
# encodings to exercise different behaviors.
|
||||
stdout = TextIOWrapper(BytesIO(), encoding)
|
||||
stderr = TextIOWrapper(BytesIO(), encoding)
|
||||
stdin = TextIOWrapper(BytesIO(kwargs.get("stdin", b""), encoding))
|
||||
stdin = TextIOWrapper(BytesIO(kwargs.get("stdin", b"")), encoding)
|
||||
d = defer.succeed(argv)
|
||||
d.addCallback(runner.parse_or_exit_with_explanation, stdout=stdout, stderr=stderr, stdin=stdin)
|
||||
d.addCallback(
|
||||
|
Loading…
Reference in New Issue
Block a user