Skip to content

Commit

Permalink
Merge pull request #68 from earthdaily/dev
Browse files Browse the repository at this point in the history
v0.1.4
  • Loading branch information
nkarasiak committed May 23, 2024
2 parents 18bf7ab + 3d77baa commit 9094172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- type str/list for `datacube` `mask_with`kwarg.
- type str/list for `datacube` `mask_with` kwarg.

### Added

Expand Down
2 changes: 1 addition & 1 deletion earthdaily/earthdatastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def datacube(
msg=f"Specified mask '{mask_with}' is not available. Currently available masks provider are : {mask._available_masks}",
)

if mask_with == "ag_cloud_mask":
elif mask_with == "ag_cloud_mask":
search_kwargs = self._update_search_kwargs_for_ag_cloud_mask(
search_kwargs, collections[0]
)
Expand Down

0 comments on commit 9094172

Please sign in to comment.