mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
ignore .started file
This commit is contained in:
parent
50e715fb9a
commit
2bd943e42a
1 changed files with 3 additions and 2 deletions
|
@ -60,8 +60,9 @@ def run_test(testdir):
|
|||
|
||||
started_fname = Path(".aider.started")
|
||||
if started_fname.exists():
|
||||
print(f"{testdir}/{started_fname} exists, skipping")
|
||||
return
|
||||
# print(f"{testdir}/{started_fname} exists, skipping")
|
||||
# return
|
||||
pass
|
||||
started_fname.touch()
|
||||
|
||||
fnames = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue