Skip to content

Commit

Permalink
provide EDR metadata and links also for collections endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Dec 15, 2023
1 parent 4e19b77 commit 6a9615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ def describe_collections(self, request: Union[APIRequest, Any],
except ProviderTypeError:
edr = None

if edr and dataset is not None:
if edr:
# TODO: translate
LOGGER.debug('Adding EDR links')
try:
Expand Down

0 comments on commit 6a9615c

Please sign in to comment.