mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
Updated ORIGINAL prompting
This commit is contained in:
parent
0aa2ff2cf9
commit
2c53c153b8
2 changed files with 4 additions and 4 deletions
|
@ -377,7 +377,7 @@ def show_diffs(dirnames):
|
|||
result = [r for r in results if r["testcase"] == testcase][0]
|
||||
|
||||
outcomes = tuple(result["tests_outcomes"])
|
||||
all_outcomes.append(outcomes)
|
||||
all_outcomes.append(True in outcomes)
|
||||
|
||||
if len(set(all_outcomes)) == 1:
|
||||
unchanged.add(testcase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue