This commit is contained in:
Kovid Goyal
2023-07-25 22:26:52 +05:30
parent d2d91401af
commit 5578e34da8

View File

@@ -97,7 +97,7 @@ class Callbacks:
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: