fix: correct comment about AI bang operator logic

This commit is contained in:
Paul Gauthier 2024-12-01 07:54:42 -08:00 committed by Paul Gauthier (aider)
parent 7ee69628a3
commit 60f2da370f

View file

@ -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: