Skip to content

Commit 9094172

Browse files
authored
Merge pull request #68 from earthdaily/dev
v0.1.4
2 parents 18bf7ab + 3d77baa commit 9094172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Fixed
1010

11-
- type str/list for `datacube` `mask_with`kwarg.
11+
- type str/list for `datacube` `mask_with` kwarg.
1212

1313
### Added
1414

earthdaily/earthdatastore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def datacube(
646646
msg=f"Specified mask '{mask_with}' is not available. Currently available masks provider are : {mask._available_masks}",
647647
)
648648

649-
if mask_with == "ag_cloud_mask":
649+
elif mask_with == "ag_cloud_mask":
650650
search_kwargs = self._update_search_kwargs_for_ag_cloud_mask(
651651
search_kwargs, collections[0]
652652
)

0 commit comments

Comments
 (0)