mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
feat: Add debug statement to log presence of 'tmp.benchmarks' in roots_to_watch
This commit is contained in:
parent
5c8c78ca69
commit
85fa8a4761
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class FileWatcher:
|
|||
else:
|
||||
roots_to_watch = [str(self.root)]
|
||||
|
||||
dump("tmp.benchmarks" in roots_to_watch)
|
||||
for changes in watch(
|
||||
*roots_to_watch, watch_filter=self.filter_func, stop_event=self.stop_event
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue