From 640a463a9cc8b3e065d19364f285967dec0f2766 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 14:42:42 -0700 Subject: [PATCH] no pretty when output --- aider/io.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aider/io.py b/aider/io.py index e6f277103..04b00c70f 100644 --- a/aider/io.py +++ b/aider/io.py @@ -111,7 +111,11 @@ class InputOutput: self.input = input self.output = output + self.pretty = pretty + if self.output: + self.pretty = False + self.yes = yes self.input_history_file = input_history_file