Skip to content

Commit

Permalink
Set Any as type for a job_message
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Dec 9, 2023
1 parent fa3c63a commit 8411e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/schema/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class ShowJobResponse(EncodedJobDetails):
title="Standard Error",
description="Combined tool and job standard error streams.",
)
job_messages: Optional[List[str]] = Field(
job_messages: Optional[List[Any]] = Field(
default=None,
title="Job Messages",
description="List with additional information and possible reasons for a failed job.",
Expand Down

0 comments on commit 8411e5e

Please sign in to comment.