Skip to content

Commit

Permalink
release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Oct 15, 2024
1 parent 7f15257 commit 553ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doglib/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def _parse_license(self, html_tree: ElementTree) -> str:

def _parse_resources(self, html_tree: ElementTree) -> List[ReferencedResources]:
resource_nodes: List[str] = self._parse_field(html_tree, self.resource_path, join_by='')
fetched_resources: List[ReferencedResources] = [ReferencedResources(resource_type="Unknown",
fetched_resources: List[ReferencedResources] = [ReferencedResources(resource_type="unknown",
ref_resources=[ReferencedResource(pid=resource_node, data_type='')
for resource_node
in resource_nodes])]
Expand Down

0 comments on commit 553ee5b

Please sign in to comment.