mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
fix: Use None as the working directory for GitRepo in base_coder.py
This commit is contained in:
parent
283ac13d2c
commit
dec8425236
2 changed files with 15 additions and 12 deletions
|
@ -276,7 +276,7 @@ class Coder:
|
|||
self.repo = GitRepo(
|
||||
self.io,
|
||||
fnames,
|
||||
".",
|
||||
None,
|
||||
models=main_model.commit_message_models(),
|
||||
)
|
||||
except FileNotFoundError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue