mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
feat: pass encoding parameter to watch_source_files function
This commit is contained in:
parent
6c2e0ccce5
commit
70edb62a6b
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ class InputOutput:
|
|||
try:
|
||||
gitignore = [str(Path(root) / ".gitignore")]
|
||||
for changed in watch_source_files(
|
||||
root, stop_event=stop_event, gitignores=gitignore
|
||||
root, stop_event=stop_event, gitignores=gitignore, encoding=self.encoding
|
||||
):
|
||||
if changed:
|
||||
self.changed_files = list(changed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue