fix: Add missing read_model_settings parameter to run_test_real function

This commit is contained in:
Paul Gauthier (aider) 2025-01-28 09:33:14 -08:00
parent 823127c87e
commit 3f890551e7

View file

@ -646,6 +646,7 @@ def run_test_real(
editor_edit_format,
num_ctx=None,
sleep=0,
read_model_settings=None,
):
if not os.path.isdir(testdir):
print("Not a dir:", testdir)