From 240c32e6c2531cf0df281864d507f8168a7dae48 Mon Sep 17 00:00:00 2001 From: Ian Laflotte Date: Mon, 18 Nov 2024 15:56:44 -0500 Subject: [PATCH] fix json syntax mistake that thankfully does not seem to bother the cmor module at all --- fre/tests/test_files/CMOR_input_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fre/tests/test_files/CMOR_input_example.json b/fre/tests/test_files/CMOR_input_example.json index 3ce8a985..f37b85e1 100644 --- a/fre/tests/test_files/CMOR_input_example.json +++ b/fre/tests/test_files/CMOR_input_example.json @@ -70,5 +70,5 @@ "#output_path_template": "Template for output path directory using tables keys or global attributes, these should follow the relevant data reference syntax", "output_path_template": "<_member_id>", - "output_file_template": "
<_member_id>", + "output_file_template": "
<_member_id>" }