From a9511b85b6b355b0d4c70bf07283ab5ce5178fec Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 17 May 2023 15:21:21 -0700 Subject: [PATCH] Added log_only parameter to io.tool function call. --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 9c5d603e0..10fcdd611 100644 --- a/aider/main.py +++ b/aider/main.py @@ -100,7 +100,7 @@ def main(args=None, input=None, output=None): output=output, ) - io.tool(*sys.argv) + io.tool(*sys.argv, log_only=True) coder = Coder( args.model,