From 391088fd141e2bcc2730f43039da260cf380d269 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 21:22:12 -0700 Subject: [PATCH] add self.dry_run --- aider/io.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/io.py b/aider/io.py index b5f876188..67f846bee 100644 --- a/aider/io.py +++ b/aider/io.py @@ -127,6 +127,7 @@ class InputOutput: self.chat_history_file = None self.encoding = encoding + self.dry_run = dry_run if pretty: self.console = Console()