fix: Shorten comment to avoid exceeding line length limit.

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 15:30:02 -07:00
parent 1e359f1dcf
commit dae1a376a2

View file

@ -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.")