Skip to content

Commit

Permalink
#125 Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-herrmann committed Apr 24, 2024
1 parent 5edb8bb commit 428cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubmed_parser/pubmed_oa_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,8 @@ def parse_pubmed_caption(path):
graphic_ref = None
if graphic is not None:
graphic_ref = graphic.attrib.values()[0]
list_items = fig.findall(".//list-item")

list_items = fig.findall(".//list-item")
fig_subpoints = []
for list_item in list_items:
sub_label = stringify_children(list_item.find("label"))
Expand Down

0 comments on commit 428cbc6

Please sign in to comment.