Skip to content

Commit

Permalink
Small fix to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed May 31, 2024
1 parent c722da0 commit ff50735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alchemiscale/compute/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Config:
)
protocols: Optional[List[str]] = Field(
None,
description="Names of Protocols to run with this service; `None` means no restriction",
description="Names of Protocols to run with this service; `None` means no restriction.",
)
claim_limit: int = Field(
1000, description="Maximum number of Tasks to claim at a time from a TaskHub."
Expand Down
3 changes: 1 addition & 2 deletions devtools/configs/synchronous-compute-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ init:
scopes:
- '*-*-*'

# Names of Protocols to run with this service; regex patterns are allowed.
# `None` means no restriction
# Names of Protocols to run with this service; `None` means no restriction
protocols: null

# Maximum number of Tasks to claim at a time from a TaskHub.
Expand Down

0 comments on commit ff50735

Please sign in to comment.