From 497bdebb6f838b4786198a1bb64a51ecc551d83d Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Wed, 24 Jul 2024 14:58:23 -0400 Subject: [PATCH] fix docs issue --- docs/source/Advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Advanced.rst b/docs/source/Advanced.rst index e732084..7af5150 100644 --- a/docs/source/Advanced.rst +++ b/docs/source/Advanced.rst @@ -52,7 +52,7 @@ libraries :code:`kerchunk`, :code:`zarr`, :code:`fsspec`, and :code:`s3fs`:: json_file = f"BigRiver.{sim}.p01.hdf.json" with open(json_file, "w") as f: json.dump(zmeta, f) - json_list.append(json_file) + zmeta_files.append(json_file) # Combine Zarr metadata files into a single Kerchunk metadata file # with a new "sim" dimension