From 60f2da370fed8471c18c8d8877bd03efad03084a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 07:54:42 -0800 Subject: [PATCH] fix: correct comment about AI bang operator logic --- aider/watch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/watch.py b/aider/watch.py index e6874232f..9232137ac 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -172,6 +172,7 @@ class FileWatcher: # Refresh all AI comments from tracked files ai_comments = {} + #ai has_bangs should be False and |= ! for fname in self.coder.abs_fnames: line_nums, comments, has_bang = self.get_ai_comments(fname) if line_nums: