mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Give up testing aiderignore caching in github actions
This commit is contained in:
parent
df27007c00
commit
1085549548
2 changed files with 9 additions and 6 deletions
|
@ -206,7 +206,7 @@ class GitRepo:
|
|||
if not self.aider_ignore_file or not self.aider_ignore_file.is_file():
|
||||
return fnames
|
||||
|
||||
mtime = Path(str(self.aider_ignore_file)).stat().st_mtime
|
||||
mtime = 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