Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mapchete_eo/platforms/sentinel2/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ def _check_full(arr):
logger.debug(
"mask for product %s already full, skip reading other masks", self.id
)
except FileNotFoundError as exc: # pragma: no cover
raise CorruptedProduct from exc

# ATTENTION: target_mask and out have to be combined *after* mask was buffered!
# use 'logical or' not '+' !!!
Expand Down
Loading