mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
fix: Shorten long comment line in patch_flex_coder.py
This commit is contained in:
parent
db0d0768d7
commit
0e40510295
1 changed files with 2 additions and 1 deletions
|
@ -276,7 +276,8 @@ class PatchFlexCoder(Coder): # Rename class
|
|||
index += 1
|
||||
if not path:
|
||||
raise DiffError(f"Update File action missing path (line {line_num}).")
|
||||
# Don't check for duplicates; multiple UPDATEs for the same file are processed 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