Skip to content

Commit 357244a

Browse files
mihowCopilot
andauthored
Update ami/ml/models/pipeline.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent da6f435 commit 357244a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ami/ml/models/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ def save_results(
852852
)
853853

854854
algorithms_known: dict[str, Algorithm] = {algo.key: algo for algo in pipeline.algorithms.all()}
855-
job_logger.info(f"Algorithms registered for pipeline: \n{''.join(algorithms_known.keys())}")
855+
job_logger.info(f"Algorithms registered for pipeline: \n{', '.join(algorithms_known.keys())}")
856856

857857
if results.algorithms:
858858
logger.warning(

0 commit comments

Comments
 (0)