mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-05 10:39:54 +00:00
brackets are important
This commit is contained in:
parent
38968b4034
commit
4884f81235
@ -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…
x
Reference in New Issue
Block a user