From abb20b8ba9fca2e36d12df0198cb2b2de7830b19 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 28 Nov 2024 14:25:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20multivolume=20type=20'mult?= =?UTF-8?q?ivolume=5Fmanuscript'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods4pandas/mods4pandas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods4pandas/mods4pandas.py b/src/mods4pandas/mods4pandas.py index b4051f9..4427f13 100755 --- a/src/mods4pandas/mods4pandas.py +++ b/src/mods4pandas/mods4pandas.py @@ -277,7 +277,7 @@ def pages_to_dict(mets, raise_errors=True) -> List[Dict]: # This is expected in a multivolume work or periodical! if any( structMap_LOGICAL.find(f'./mets:div[@TYPE="{t}"]', ns) is not None - for t in ["multivolume_work", "MultivolumeWork", "periodical"] + for t in ["multivolume_work", "MultivolumeWork", "multivolume_manuscript", "periodical"] ): return [] else: