mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +00:00
chore: Disable pretty printing in benchmark I/O
This commit is contained in:
parent
9d74e8c730
commit
7f30320566
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ def run_test_real(
|
|||
instructions += prompts.instructions_addendum.format(file_list=file_list)
|
||||
|
||||
io = InputOutput(
|
||||
pretty=True,
|
||||
pretty=False,
|
||||
yes=True,
|
||||
chat_history_file=history_fname,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue