mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
sleep in the test
This commit is contained in:
parent
b87c9f14fb
commit
1a2370f9ae
2 changed files with 4 additions and 4 deletions
|
@ -208,7 +208,6 @@ class GitRepo:
|
|||
|
||||
mtime = self.aider_ignore_file.stat().st_mtime
|
||||
dump(mtime)
|
||||
|
||||
if mtime != self.aider_ignore_ts:
|
||||
self.aider_ignore_ts = mtime
|
||||
lines = self.aider_ignore_file.read_text().splitlines()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue