Skip to content

Commit 497bdeb

Browse files
committed
fix docs issue
1 parent 3824505 commit 497bdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/Advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ libraries :code:`kerchunk`, :code:`zarr`, :code:`fsspec`, and :code:`s3fs`::
5252
json_file = f"BigRiver.{sim}.p01.hdf.json"
5353
with open(json_file, "w") as f:
5454
json.dump(zmeta, f)
55-
json_list.append(json_file)
55+
zmeta_files.append(json_file)
5656
5757
# Combine Zarr metadata files into a single Kerchunk metadata file
5858
# with a new "sim" dimension

0 commit comments

Comments
 (0)