mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: Shorten comment to avoid exceeding line length limit.
This commit is contained in:
parent
1e359f1dcf
commit
dae1a376a2
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class PatchFlexCoder(Coder): # Rename class
|
|||
index += 1
|
||||
if not path:
|
||||
raise DiffError(f"Update File action missing path (line {line_num}).")
|
||||
# We don't check for duplicates; multiple UPDATEs for the same file are handled sequentially.
|
||||
# Don't check for duplicates; multiple UPDATEs for the same file are processed sequentially.
|
||||
# if path not in known_files:
|
||||
# self.io.tool_warning(f"Update target '{path}' not in chat context.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue