Skip to content

Commit

Permalink
note issue #552 in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Jul 27, 2023
1 parent 06a1c21 commit 1b3f478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pangeo_forge_recipes/rechunking.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def combine_fragments(
:param fragments: indexed dataset fragments
"""
if not isinstance(fragments, list):
# patch for https://github.com/pangeo-forge/pangeo-forge-recipes/issues/552
logger.info(f"Casting `fragments` from {type(fragments) = } to list")
fragments = list(fragments)

Expand Down

0 comments on commit 1b3f478

Please sign in to comment.