This commit is contained in:
Kovid Goyal 2023-07-25 22:26:52 +05:30
parent d2d91401af
commit 5578e34da8
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -97,7 +97,7 @@ def on_mouse_event(self, event):
def handle_remote_print(self, msg):
text = process_remote_print(msg)
print(text, file=sys.__stderr__)
print(text, file=sys.__stdout__, end='', flush=True)
def handle_remote_clone(self, msg):
if not msg: