🐛 mods4pandas: Handle MultiVolumeWork (differently spelled type cp. to before) without structMap TYPE='PHYSICAL'

master
Gerber, Mike 11 months ago
parent b8a2872582
commit e9fca0f563

@ -273,7 +273,7 @@ def pages_to_dict(mets, raise_errors=True) -> List[Dict]:
# This is expected in a multivolume work or periodical! # This is expected in a multivolume work or periodical!
if any( if any(
structMap_LOGICAL.find(f'./mets:div[@TYPE="{t}"]', ns) is not None structMap_LOGICAL.find(f'./mets:div[@TYPE="{t}"]', ns) is not None
for t in ["multivolume_work", "periodical"] for t in ["multivolume_work", "MultivolumeWork", "periodical"]
): ):
return [] return []
else: else:

Loading…
Cancel
Save