mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14: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:
|
||||
instructions = ""
|
||||
instructions += (testdir / ".docs/instructions.md").read_text()
|
||||
instructions_append = testdir / ".docs/instructions.md"
|
||||
instructions_append = testdir / ".docs/instructions.append.md"
|
||||
if instructions_append.exists():
|
||||
instructions += instructions_append.read_text()
|
||||
instructions += prompts.instructions_addendum.format(file_list=file_list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue