Skip to content

Commit

Permalink
chore: fixing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Oct 7, 2024
1 parent 1f7b876 commit 98781f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eodash_catalog/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98781f1

Please sign in to comment.