fix: update comment about relative filenames in FileWatcher

This commit is contained in:
Paul Gauthier 2024-11-27 16:31:41 -08:00 committed by Paul Gauthier (aider)
parent 59ce26f28a
commit 333e4aa362

View file

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