Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Jun 11, 2024
1 parent 8612243 commit 663b772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/schema/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ class WorkflowDictStepsBase(Model):
description="The version of the tool associated with the step.",
)
# TODO: Formalize an error type
errors: Optional[Union[List[str], str, Dict[str, Any]]] = Field(
# errors: Optional[Union[List[str], str, Dict[str, Any]]] = Field(
errors: Optional[int] = Field(
None,
title="Errors",
description="An message indicating possible errors in the step.",
Expand Down

0 comments on commit 663b772

Please sign in to comment.