From 139041c56af45f97ea9ff1ea87eef1a39abafd69 Mon Sep 17 00:00:00 2001 From: saten-private <38902911+saten-private@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:05:02 +0900 Subject: [PATCH] Remove confusing logs --- babyagi.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/babyagi.py b/babyagi.py index 11d07578..e47a2623 100755 --- a/babyagi.py +++ b/babyagi.py @@ -728,8 +728,6 @@ def execution_command(objective: str, command: str, task_list: deque, try: output_block = os.read(read, 1024).decode() except OSError: - # Break the loop if OSError occurs - log("\nOSError rlist\n\n") break if output_block: