fix: drop obsolete eval_condition context_data parameter

This commit is contained in:
lda
2026-09-05 01:40:38 +07:00 Verified
parent 22c17ed20e
commit 74a3dd2b1f
3 changed files with 11 additions and 20 deletions
-1
View File
@@ -28,7 +28,6 @@ def handle_condition_step(
step.check,
state_view_for_frame(run, frame),
scope_input_for_frame(run, frame),
frame.prior_outcome,
# Structured context must match what validation blesses: conditions
# inside a foreach body can read context.foreach.* / loop aliases.
context=frame_context_view(run, frame).graph,