Skip to content

Commit

Permalink
Merge pull request #1009 from roboflow/fix/fix_error_construction
Browse files Browse the repository at this point in the history
Apply fix for pydnatic validation of error message
  • Loading branch information
PawelPeczek-Roboflow authored Feb 7, 2025
2 parents 44fad4e + 2b10c44 commit f5bc8f6
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 f5bc8f6

Please sign in to comment.