mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
st_mtime_ns?
This commit is contained in:
parent
a1cb6e4e7a
commit
cf00037442
1 changed files with 1 additions and 1 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 = self.aider_ignore_file.stat().st_mtime_ns
|
||||
|
||||
if mtime != self.aider_ignore_ts:
|
||||
self.aider_ignore_ts = mtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue