Skip to content

Commit

Permalink
Fix log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessavmac committed Jan 18, 2025
1 parent 7dc58ef commit 4436299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ami/ml/models/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def choose_processing_service_for_pipeline(self, job_id, pipeline_name) -> Proce
else:
task_logger.info(
f"Using processing service with latency {round(lowest_latency, 4)}: "
"{processing_service_lowest_latency}"
f"{processing_service_lowest_latency}"
)

return processing_service_lowest_latency
Expand Down

0 comments on commit 4436299

Please sign in to comment.