fix: Shorten long comment line in patch_flex_coder.py

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 15:32:32 -07:00
parent db0d0768d7
commit 0e40510295

View file

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