Skip to content

Commit

Permalink
Update rex/multi_time_resource.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Pinchuk <[email protected]>
  • Loading branch information
grantbuster and ppinchuk authored Dec 26, 2024
1 parent e019809 commit 8ee0fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rex/multi_time_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _get_hsds_file_paths(h5_path, hsds_kwargs=None):

if isinstance(h5_path, (list, tuple)):
msg = ('HSDS filepath must be a string, possibly with glob '
'pattern, but received list/tuple')
f'pattern, but received list/tuple: {h5_path}')
logger.error(msg)
raise TypeError(msg)

Expand Down

0 comments on commit 8ee0fbb

Please sign in to comment.