mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Adopt subprocess.run(shell=True) for /git
This commit is contained in:
parent
44aa5c6d63
commit
5756812938
2 changed files with 7 additions and 4 deletions
|
@ -207,7 +207,6 @@ class GitRepo:
|
|||
return fnames
|
||||
|
||||
mtime = self.aider_ignore_file.stat().st_mtime
|
||||
dump(mtime)
|
||||
if mtime != self.aider_ignore_ts:
|
||||
self.aider_ignore_ts = mtime
|
||||
lines = self.aider_ignore_file.read_text().splitlines()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue