mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: improve comment clarity in FileWatcher class
This commit is contained in:
parent
dcc0841443
commit
bc759a32e3
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class FileWatcher:
|
|||
if line_nums:
|
||||
ai_comments[fname] = comments
|
||||
|
||||
# feed the filenames and line numbers to TreeContext, like repomap does
|
||||
# feed the filenames and line numbers to render TreeContext, like repomap does ai!
|
||||
res = "\n".join(
|
||||
comment for comments in ai_comments.values() if comments for comment in comments
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue