mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-25 19:49:54 +02:00
✨ Make Layout_Page_WIDTH/HEIGHT integer values
This commit is contained in:
parent
a20c979351
commit
64ed7298da
2 changed files with 7 additions and 2 deletions
|
@ -47,8 +47,7 @@ EXPECTED_TYPES = {
|
|||
r"Layout_Page_//alto:String/@WC-.*": ("Float64", None),
|
||||
r"alto_xmlns": ("object", ["str", "NoneType"]),
|
||||
|
||||
# XXX r"Layout_Page_(WIDTH|HEIGHT)": ("Int64", None),
|
||||
r"Layout_Page_(WIDTH|HEIGHT)": ("object", ["str", "NoneType"]),
|
||||
r"Layout_Page_(WIDTH|HEIGHT)": ("Int64", None),
|
||||
}
|
||||
def expected_types(c):
|
||||
for r, types in EXPECTED_TYPES.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue