mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Add missing read_model_settings
parameter to run_test_real
function
This commit is contained in:
parent
823127c87e
commit
3f890551e7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue