From 43103978b5b7799c3de172482b1f3472e250fea9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 14:44:45 -0700 Subject: [PATCH] cleanup --- aider/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index 04b00c70f..1d275716e 100644 --- a/aider/io.py +++ b/aider/io.py @@ -124,7 +124,7 @@ class InputOutput: else: self.chat_history_file = None - if pretty and not self.output: + if pretty: self.console = Console() else: self.console = Console(force_terminal=False, no_color=True)