st_mtime_ns?

This commit is contained in:
Paul Gauthier 2023-10-18 12:04:09 -07:00
parent a1cb6e4e7a
commit cf00037442

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 = self.aider_ignore_file.stat().st_mtime
mtime = self.aider_ignore_file.stat().st_mtime_ns
if mtime != self.aider_ignore_ts:
self.aider_ignore_ts = mtime