From 5310ed6faf2bbf29c57a59a9d44719d92bf897d4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Jun 2023 20:31:17 -0700 Subject: [PATCH] filename --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 3a02e316f..ff67a8df8 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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)