mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
fixed console.print
This commit is contained in:
parent
b11a6fa7ee
commit
3bbfebc390
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ def summarize_results(dirname):
|
|||
print("num_user_asks:", total_user_asks)
|
||||
|
||||
style = "red" if num_exhausted_context_windows else None
|
||||
print("num_exhausted_context_windows", num_exhausted_context_windows, style=style)
|
||||
console.print("num_exhausted_context_windows", num_exhausted_context_windows, style=style)
|
||||
|
||||
style = "red" if total_test_timeouts else None
|
||||
console.print("test_timeouts:", total_test_timeouts, style=style)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue