Skip to content

Commit e794a10

Browse files
committed
bahbug
1 parent 16a5485 commit e794a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/netcdf_to_zarr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def gen_json(file_url, varname, outf, storage_type, storage_options):
100100
"secret": S3_SECRET_KEY,
101101
"client_kwargs": {'endpoint_url': S3_URL}}
102102
h5chunks = SingleHdf5ToZarr(s3file, file_url,
103-
inline_threshold=0),
103+
inline_threshold=0,
104104
storage_options=storage_options)
105105

106106
# TODO absolute crap, this needs to go

0 commit comments

Comments
 (0)