Skip to content

Commit

Permalink
Merge pull request #78 from ecmwf-projects/COPDS-1761-fix-when-adapto…
Browse files Browse the repository at this point in the history
…r-json-missing

Do not fail when adaptor.json is missing

Closes COPDS-1761
  • Loading branch information
keul authored Jun 11, 2024
2 parents e2e862a + 3d1c000 commit ad516e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cads_catalogue_api_service/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def generate_collection_links(

if (
model.resource_data
and model.resource_data.adaptor_configuration
and "costing" in model.resource_data.adaptor_configuration
):
additional_links.append(
Expand Down

0 comments on commit ad516e5

Please sign in to comment.