mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +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:
|
try:
|
||||||
gitignore = [str(Path(root) / ".gitignore")]
|
gitignore = [str(Path(root) / ".gitignore")]
|
||||||
for changed in watch_source_files(
|
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:
|
if changed:
|
||||||
self.changed_files = list(changed)
|
self.changed_files = list(changed)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue