Skip to content

Commit

Permalink
Merge pull request #256 from SebastianEsp/access_service_list_items_fix
Browse files Browse the repository at this point in the history
fix missing access service items when parsing dataset
  • Loading branch information
seitenbau-govdata authored Aug 23, 2023
2 parents 008a3e2 + 486213a commit 93bf901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/dcat/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ def parse_dataset(self, dataset_dict, dataset_ref):
('serves_dataset', DCAT.servesDataset),
):
values = self._object_value_list(access_service, predicate)
if value:
if values:
access_service_dict[key] = values

# Access service URI (explicitly show the missing ones)
Expand Down

0 comments on commit 93bf901

Please sign in to comment.