Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion haystack/core/pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def run( # noqa: PLR0915, PLR0912, C901
"The given breakpoint {break_point} was never triggered. This is because:\n"
"1. The provided component is not a part of the pipeline execution path.\n"
"2. The component did not reach the visit count specified in the pipeline_breakpoint",
pipeline_breakpoint=break_point,
break_point=break_point,
)

return pipeline_outputs
Expand Down
Loading