mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
fix: Skip unparseable results files in real test
This commit is contained in:
parent
59308c20c6
commit
1493b8703f
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@ def run_test_real(
|
|||
print(f"{results_fname} failed to parse, skipping")
|
||||
return
|
||||
|
||||
# TODO
|
||||
fnames = []
|
||||
for fname in testdir.glob("*"):
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue