mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
bugfix
This commit is contained in:
parent
21efc8d59e
commit
9ed19e63d0
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ class Coder:
|
||||||
# convert to appropriate os.sep, since git always normalizes to /
|
# convert to appropriate os.sep, since git always normalizes to /
|
||||||
files = set(self.repo.git.ls_files().splitlines())
|
files = set(self.repo.git.ls_files().splitlines())
|
||||||
if os.sep == "/":
|
if os.sep == "/":
|
||||||
return
|
return files
|
||||||
return set(path.replace("/", os.sep) for path in files)
|
return set(path.replace("/", os.sep) for path in files)
|
||||||
|
|
||||||
apply_update_errors = 0
|
apply_update_errors = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue