mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
wtf
This commit is contained in:
parent
1a2370f9ae
commit
df27007c00
2 changed files with 1 additions and 5 deletions
|
@ -206,7 +206,7 @@ class GitRepo:
|
|||
if not self.aider_ignore_file or not self.aider_ignore_file.is_file():
|
||||
return fnames
|
||||
|
||||
mtime = self.aider_ignore_file.stat().st_mtime
|
||||
mtime = Path(str(self.aider_ignore_file)).stat().st_mtime
|
||||
dump(mtime)
|
||||
if mtime != self.aider_ignore_ts:
|
||||
self.aider_ignore_ts = mtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue