mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
filename
This commit is contained in:
parent
c745a3156f
commit
5310ed6faf
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ def run_test(
|
||||||
else:
|
else:
|
||||||
instructions = ""
|
instructions = ""
|
||||||
instructions += (testdir / ".docs/instructions.md").read_text()
|
instructions += (testdir / ".docs/instructions.md").read_text()
|
||||||
instructions_append = testdir / ".docs/instructions.md"
|
instructions_append = testdir / ".docs/instructions.append.md"
|
||||||
if instructions_append.exists():
|
if instructions_append.exists():
|
||||||
instructions += instructions_append.read_text()
|
instructions += instructions_append.read_text()
|
||||||
instructions += prompts.instructions_addendum.format(file_list=file_list)
|
instructions += prompts.instructions_addendum.format(file_list=file_list)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue