Skip to content

Commit

Permalink
Apply fix for pydnatic validation of error message
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Feb 7, 2025
1 parent 44fad4e commit 2b10c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def safe_execute_step(
raise StepExecutionError(
block_id=step_selector,
block_type=workflow.steps[step_selector.split(".")[-1]].manifest.type,
public_message=error,
public_message=str(error),
context="workflow_execution | step_execution",
inner_error=error,
) from error
Expand Down

0 comments on commit 2b10c44

Please sign in to comment.