mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54: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:
|
if VERBOSE:
|
||||||
dump(result)
|
dump(result)
|
||||||
if 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.abs_fnames.update(changed_files)
|
||||||
self.coder.io.interrupt_input()
|
self.coder.io.interrupt_input()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue