mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: correct comment about AI bang operator logic
This commit is contained in:
parent
7ee69628a3
commit
60f2da370f
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue