From 333e4aa36285cba7ba106fecc507ae117176dd23 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 27 Nov 2024 16:31:41 -0800 Subject: [PATCH] fix: update comment about relative filenames in FileWatcher --- aider/watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/watch.py b/aider/watch.py index c07e6d1bb..1ed8ecdde 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -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