From dae1a376a2131ae488899924ec5740d37a9e7ffb Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 14 Apr 2025 15:30:02 -0700 Subject: [PATCH] fix: Shorten comment to avoid exceeding line length limit. --- aider/coders/patch_flex_coder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/coders/patch_flex_coder.py b/aider/coders/patch_flex_coder.py index 41fb23d5d..c8fd0ee98 100644 --- a/aider/coders/patch_flex_coder.py +++ b/aider/coders/patch_flex_coder.py @@ -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.")