Give up testing aiderignore caching in github actions

This commit is contained in:
Paul Gauthier 2023-10-18 12:28:24 -07:00
parent df27007c00
commit 1085549548
2 changed files with 9 additions and 6 deletions

View file

@ -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