From 4f59665e661708f4eace99b58442c58a59d06996 Mon Sep 17 00:00:00 2001 From: Kim <33294735+SpicyGarlicAlbacoreRoll@users.noreply.github.com> Date: Mon, 21 Apr 2025 09:29:38 -0800 Subject: [PATCH] Update jsonlite.py Add trailing comma to new jsonlite output key --- SearchAPI/CMR/Output/jsonlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SearchAPI/CMR/Output/jsonlite.py b/SearchAPI/CMR/Output/jsonlite.py index a7650e0b..6cab9f73 100644 --- a/SearchAPI/CMR/Output/jsonlite.py +++ b/SearchAPI/CMR/Output/jsonlite.py @@ -49,7 +49,7 @@ def req_fields_jsonlite(): 'jointobservation', 'mainbandpolarization', 'sidebandpolarization', - 'rangebandwidth' + 'rangebandwidth', ] return fields