mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
fix: update comment about relative filenames in FileWatcher
This commit is contained in:
parent
59ce26f28a
commit
333e4aa362
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class FileWatcher:
|
|||
if VERBOSE:
|
||||
dump(result)
|
||||
if result:
|
||||
# Update coder's tracked files and interrupt input
|
||||
# ai: they need to be rel_fnames!
|
||||
self.coder.abs_fnames.update(changed_files)
|
||||
self.coder.io.interrupt_input()
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue