ignore .started file

This commit is contained in:
Paul Gauthier 2023-06-23 15:42:00 -07:00
parent 50e715fb9a
commit 2bd943e42a

View file

@ -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 = []