From 98781f14d22c1ce5308a89fc6cd4b1cd1f824d53 Mon Sep 17 00:00:00 2001 From: Daniel Santillan Date: Mon, 7 Oct 2024 17:08:13 +0200 Subject: [PATCH] chore: fixing quotes --- src/eodash_catalog/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eodash_catalog/endpoints.py b/src/eodash_catalog/endpoints.py index fa9f446..a9500d6 100644 --- a/src/eodash_catalog/endpoints.py +++ b/src/eodash_catalog/endpoints.py @@ -65,7 +65,7 @@ def process_WCS_rasdaman_Endpoint( if datetimes: collection.update_extent_from_items() else: - LOGGER.warn(f"NO datetimes returned for collection: {endpoint_config["CoverageId"]}!") + LOGGER.warn(f"NO datetimes returned for collection: {endpoint_config['CoverageId']}!") add_collection_information(catalog_config, collection, collection_config) # if not coll: