Skip to content

Commit ecf6e4a

Browse files
committed
try to fix Add auto wordwrap for StdoutProxy prompt-toolkit#1483
1 parent 39332d3 commit ecf6e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompt_toolkit/patch_stdout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"StdoutProxy",
3434
]
3535

36-
36+
original_stdout = sys.stdout
3737
@contextmanager
3838
def patch_stdout(raw: bool = False) -> Generator[None, None, None]:
3939
"""

0 commit comments

Comments
 (0)