This commit is contained in:
Paul Gauthier 2023-06-30 20:31:17 -07:00
parent c745a3156f
commit 5310ed6faf

View file

@ -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)