Skip to content

Commit

Permalink
use correct var for writing action step history
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Feb 7, 2025
1 parent 4abf1c6 commit a14b12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion causy/common_pipeline_steps/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def execute(
steps.append(
ActionHistoryStep(
name=pipeline_step.name,
actions=actions_taken,
actions=current_actions_taken,
all_proposed_actions=all_proposed_actions,
duration=time.time() - started,
)
Expand Down

0 comments on commit a14b12b

Please sign in to comment.