Skip to content

Commit

Permalink
Fix fstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Dec 19, 2024
1 parent 1e3f25e commit 40d6f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/batch/setup_score_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def main(
task = get_task_config(
f"{model_batch_dir}-{location}",
base_call=base_call.format(
model_batch_dir=model_batch_dir, state=location
model_batch_dir=model_batch_dir, location=location
),
container_settings=container_settings,
)
Expand Down

0 comments on commit 40d6f8c

Please sign in to comment.