From 5578e34da83a0569c2ed6da7f2b765420447b5ec Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 Jul 2023 22:26:52 +0530 Subject: [PATCH] ... --- kitty_tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/__init__.py b/kitty_tests/__init__.py index 4b4e750e7..f0df53096 100644 --- a/kitty_tests/__init__.py +++ b/kitty_tests/__init__.py @@ -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: