From 8ee0fbb563f343f7672b4850ba70af7ca15a2c5b Mon Sep 17 00:00:00 2001 From: Grant Buster Date: Thu, 26 Dec 2024 11:57:42 -0700 Subject: [PATCH] Update rex/multi_time_resource.py Co-authored-by: Paul Pinchuk --- rex/multi_time_resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rex/multi_time_resource.py b/rex/multi_time_resource.py index 8f9b290b..7c59c509 100644 --- a/rex/multi_time_resource.py +++ b/rex/multi_time_resource.py @@ -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)