mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: fix whitespace in commands.py
This commit is contained in:
parent
704350286c
commit
624f9122ab
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,7 @@ class Commands:
|
||||||
f" {self.coder.main_model.name} does not support images."
|
f" {self.coder.main_model.name} does not support images."
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
if abs_path in self.coder.abs_read_only_fnames:
|
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")
|
self.io.tool_error(f"{original_name} is already in the chat as a read-only file")
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue