Skip to content

Commit

Permalink
Update lib/galaxy/webapps/galaxy/services/datasets.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
  • Loading branch information
davelopez and mvdbeek committed Feb 21, 2022
1 parent 1f3c03d commit c27beee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/services/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class DeleteDatasetBatchResult(BaseModel):
errors: Optional[List[DatasetErrorMessage]] = Field(
default=None,
description=(
"A collection of dataset IDs and the corresponding error message if something "
"A list of dataset IDs and the corresponding error message if something "
"went wrong while processing the dataset."
),
)
Expand Down

0 comments on commit c27beee

Please sign in to comment.