mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-08 11:20:07 +02:00
🚧 check_dtypes: Fix location_.*
This commit is contained in:
parent
be1c8609a3
commit
15f603671c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ EXPECTED_TYPES = {
|
||||||
r"titleInfo_subTitle": ("object", ["str", "NoneType"]),
|
r"titleInfo_subTitle": ("object", ["str", "NoneType"]),
|
||||||
r"titleInfo_partName": ("object", ["str", "NoneType"]),
|
r"titleInfo_partName": ("object", ["str", "NoneType"]),
|
||||||
r"identifier-.*": ("object", ["str", "NoneType"]),
|
r"identifier-.*": ("object", ["str", "NoneType"]),
|
||||||
r"location_.*t ": ("object", ["str", "NoneType"]),
|
r"location_.*": ("object", ["str", "NoneType"]),
|
||||||
r"name\d+_.*": ("object", ["str", "NoneType"]),
|
r"name\d+_.*": ("object", ["str", "NoneType"]),
|
||||||
r"relatedItem-.*_recordInfo_recordIdentifier": ("object", ["str", "NoneType"]),
|
r"relatedItem-.*_recordInfo_recordIdentifier": ("object", ["str", "NoneType"]),
|
||||||
r".*-count": ("Int64", None),
|
r".*-count": ("Int64", None),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue