##// END OF EJS Templates
Update prompts.py...
pietvo -
Show More
@@ -71,4 +71,4 b' class RichPromptDisplayHook(DisplayHook):'
71 if self.shell.pt_cli:
71 if self.shell.pt_cli:
72 self.shell.pt_cli.print_tokens(tokens)
72 self.shell.pt_cli.print_tokens(tokens)
73 else:
73 else:
74 print(*(s for t, s in tokens), sep='')
74 sys.stdout.write(''.join(s for t, s in tokens))
General Comments 0
You need to be logged in to leave comments. Login now