mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 05:45:00 +00:00
undo refac
This commit is contained in:
parent
fe1d7aa887
commit
6172a70ed3
1 changed files with 31 additions and 29 deletions
|
@ -94,7 +94,9 @@ def main():
|
|||
)
|
||||
os.chdir(cwd)
|
||||
|
||||
if results:
|
||||
if not results:
|
||||
continue
|
||||
|
||||
completed_tests += 1
|
||||
passed = results["tests_outcomes"][-1]
|
||||
if passed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue