From 624f9122ab35e2b7e62db4e58e3f586a76c2326b Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 31 Oct 2024 14:58:29 -0700 Subject: [PATCH] style: fix whitespace in commands.py --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 9a8e899b8..0c5cec66b 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1205,7 +1205,7 @@ class Commands: f" {self.coder.main_model.name} does not support images." ) return - + if abs_path in self.coder.abs_read_only_fnames: self.io.tool_error(f"{original_name} is already in the chat as a read-only file") return