...
This commit is contained in:
parent
d2d91401af
commit
5578e34da8
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue