Skip to content

Commit be2b78e

Browse files
committed
minor change
1 parent fb27d3d commit be2b78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baselines/run_aider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def run_aider_for_repo(
6161

6262
target_edit_files_cmd_args = " ".join(target_edit_files)
6363

64+
# support context for aider
6465
prompt = f"{PROMPT_HEADER} " + get_prompt(target_edit_files_cmd_args)
6566

66-
# support context for aider
6767
if aider_config.use_unit_tests_info and ds["test"]["test_dir"]:
6868
unit_tests_info = f"\n{UNIT_TESTS_INFO_HEADER} " + get_dir_info(
6969
dir_path=Path(os.path.join(repo_path, ds["test"]["test_dir"])),

0 commit comments

Comments
 (0)