mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +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,
|
editor_edit_format,
|
||||||
num_ctx=None,
|
num_ctx=None,
|
||||||
sleep=0,
|
sleep=0,
|
||||||
|
read_model_settings=None,
|
||||||
):
|
):
|
||||||
if not os.path.isdir(testdir):
|
if not os.path.isdir(testdir):
|
||||||
print("Not a dir:", testdir)
|
print("Not a dir:", testdir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue