Skip to content

Commit

Permalink
same old title content error
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavin2897 committed Sep 14, 2022
1 parent 057fed5 commit c1ce5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/oaipmh/harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def _extract_resources(self, url, content):
resource_format = "HTML"
resources.append(
{
"name": content["title"][0],
"name": content["title"],
"resource_type": resource_format,
"format": resource_format,
"url": url,
Expand Down

0 comments on commit c1ce5f9

Please sign in to comment.