Skip to content

Commit

Permalink
fix(docs): SkipAssetDownload docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jul 18, 2024
1 parent 3cd518f commit 01f7c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed

- Expand the list of exceptions on which we should retry for HTTP ([#195](https://github.com/stac-utils/stac-asset/pull/195))
- `SkipAssetDownload` docstring ([#199](https://github.com/stac-utils/stac-asset/pull/199))

## [0.4.1] - 2024-07-17

Expand Down
2 changes: 1 addition & 1 deletion src/stac_asset/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ErrorAssetDownload(Message):

@dataclass
class SkipAssetDownload(Message):
"""Sent when an asset errors while downloading."""
"""Sent when an asset is skipped while downloading."""

key: str
"""The asset key."""
Expand Down

0 comments on commit 01f7c52

Please sign in to comment.