mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
refactor: Update dump to filter roots_to_watch for tmp.benchmarks
This commit is contained in:
parent
8440e881c0
commit
da9ba0a26a
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class FileWatcher:
|
|||
else:
|
||||
roots_to_watch = [str(self.root)]
|
||||
|
||||
dump("tmp.benchmarks" in roots_to_watch)
|
||||
dump(list(d for d in roots_to_watch if "tmp.benchmarks" in d))
|
||||
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