style: fix whitespace in commands.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-31 14:58:29 -07:00
parent 704350286c
commit 624f9122ab

View file

@ -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