mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +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")
|
started_fname = Path(".aider.started")
|
||||||
if started_fname.exists():
|
if started_fname.exists():
|
||||||
print(f"{testdir}/{started_fname} exists, skipping")
|
# print(f"{testdir}/{started_fname} exists, skipping")
|
||||||
return
|
# return
|
||||||
|
pass
|
||||||
started_fname.touch()
|
started_fname.touch()
|
||||||
|
|
||||||
fnames = []
|
fnames = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue