Skip to content

Commit

Permalink
lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
ccancellieri committed Oct 28, 2021
1 parent 2089ad1 commit 8bafbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/spatial/harvesters/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def _extract_first_license_url(licences):
})
package_dict['resources'].append(resource)

extras['resources'] = iso_values.get('lineage')
extras['lineage'] = iso_values.get('lineage')

# Add default_extras from config
default_extras = self.source_config.get('default_extras',{})
Expand Down

0 comments on commit 8bafbd4

Please sign in to comment.