Skip to content

Commit 0eca62c

Browse files
authored
Merge pull request #102 from andrewdelman/ecco_access_v4r5
corrected handling of version input arg in s3_open_fsspec mode
2 parents 7e22579 + d7aacd9 commit 0eca62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecco_access/ecco_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def shortnames_find(query_list,version,grid,time_res):
299299
elif mode == 's3_open_fsspec':
300300
# granule_files will consist of mapper objects rather than URL/path or file lists
301301
granule_files[shortname] = ecco_podaac_s3_open_fsspec(\
302-
shortname,**kwargs)
302+
shortname,version,**kwargs)
303303
elif mode == 's3_get':
304304
kwargs['return_downloaded_files'] = True
305305
granule_files[shortname] = ecco_podaac_s3_get(\

0 commit comments

Comments
 (0)