chore: Disable pretty printing in benchmark I/O

This commit is contained in:
Paul Gauthier 2025-05-09 10:07:21 -07:00 committed by Paul Gauthier (aider)
parent 9d74e8c730
commit 7f30320566

View file

@ -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,
)