Skip to content

Commit

Permalink
Update catalog.py (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
IFenton authored Aug 13, 2024
1 parent 1e657bb commit f76d0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scivision/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class CatalogProjectEntry(BaseModel, extra="forbid", title="A project catalog en
datasources: Tuple[str, ...] = Field(
(),
title="Datasources",
description="Which datasource(s) from the Scivision catalog are used in the project? (There must be at least datasource model)",
description="Which datasource(s) from the Scivision catalog are used in the project? (There must be at least one datasource)",
)
tasks: FrozenSet[TaskEnum] = Field(
(),
Expand Down

0 comments on commit f76d0e2

Please sign in to comment.