From 035c345d8e96b5256f5a192f648b38c5f1a3fabf Mon Sep 17 00:00:00 2001 From: "David S. Batista" Date: Wed, 15 Jul 2026 13:51:44 +0200 Subject: [PATCH] correcting placeholder --- haystack/core/pipeline/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack/core/pipeline/pipeline.py b/haystack/core/pipeline/pipeline.py index b0c8dd271b4..d2d8b4307c8 100644 --- a/haystack/core/pipeline/pipeline.py +++ b/haystack/core/pipeline/pipeline.py @@ -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