mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 13:54:59 +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)
|
os.chdir(cwd)
|
||||||
|
|
||||||
if results:
|
if not results:
|
||||||
|
continue
|
||||||
|
|
||||||
completed_tests += 1
|
completed_tests += 1
|
||||||
passed = results["tests_outcomes"][-1]
|
passed = results["tests_outcomes"][-1]
|
||||||
if passed:
|
if passed:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue