| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1659,8 +1659,8 @@ def main_curses(scr, args, config, interactive=True, locals_=None, | |||
| 1659 | 1659 | clirepl._C = cols | |
| 1660 | 1660 | ||
| 1661 | 1661 | sys.stdin = FakeStdin(repl) | |
| 1662 | - sys.stdout = repl | ||
| 1663 | - sys.stderr = repl | ||
| 1662 | + sys.stdout = clirepl | ||
| 1663 | + sys.stderr = clirepl | ||
| 1664 | 1664 | ||
| 1665 | 1665 | if args: | |
| 1666 | 1666 | bpython.args.exec_code(interpreter, args) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments