From 4ad72527ace99e2b7970700592e2d13c261f8c1b Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Tue, 13 Aug 2024 22:27:53 +0200 Subject: [PATCH] less flushing Signed-off-by: Christian Henkel --- bt_tools_common/testable_tutorials/testable_tutorials.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bt_tools_common/testable_tutorials/testable_tutorials.py b/bt_tools_common/testable_tutorials/testable_tutorials.py index 80db391..bd4c2db 100644 --- a/bt_tools_common/testable_tutorials/testable_tutorials.py +++ b/bt_tools_common/testable_tutorials/testable_tutorials.py @@ -51,7 +51,6 @@ def execute(self, command: str) -> str: command += '\n' self.process.stdin.write(command) self.process.stdin.flush() - self.process.stdin.flush() output = [] # Read the output