Skip to content

Commit 571343f

Browse files
committed
suffix default to .py
1 parent 3c8324c commit 571343f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openevolve/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def __init__(
157157
self.llm_evaluator_ensemble,
158158
self.evaluator_prompt_sampler,
159159
database=self.database,
160-
Path(self.initial_program_path).suffix,
160+
suffix=Path(self.initial_program_path).suffix,
161161
)
162162
self.evaluation_file = evaluation_file
163163

0 commit comments

Comments
 (0)