We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadda42 commit 02cfd5eCopy full SHA for 02cfd5e
1 file changed
bpython/cli.py
@@ -1215,8 +1215,8 @@ def undo(self, n=1):
1215
1216
def writetb(self, lines):
1217
for line in lines:
1218
- self.echo('\x01%s\x03%s' % (self.config.color_scheme['error'],
1219
- line))
+ self.write('\x01%s\x03%s' % (self.config.color_scheme['error'],
+ line))
1220
1221
def yank_from_buffer(self):
1222
"""Paste the text from the cut buffer at the current cursor location"""
0 commit comments