fix: Use None as the working directory for GitRepo in base_coder.py

This commit is contained in:
Paul Gauthier 2024-08-01 15:25:57 -03:00 committed by Paul Gauthier (aider)
parent 283ac13d2c
commit dec8425236
2 changed files with 15 additions and 12 deletions

View file

@ -276,7 +276,7 @@ class Coder:
self.repo = GitRepo(
self.io,
fnames,
".",
None,
models=main_model.commit_message_models(),
)
except FileNotFoundError: