Skip to content

Commit 6341ea4

Browse files
authored
Update analyse-refs-2.py
1 parent 48856c8 commit 6341ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/analyse-refs-2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_version_of_object_ref_attrs(xsd_file: Path):
1313
namespaces=XSD_NS,
1414
)
1515
if not ext:
16-
raise ValueError("VersionOfObjectRefStructure niet gevonden of geen extension")
16+
raise ValueError("VersionOfObjectRefStructure not found or no extension")
1717
return [copy.deepcopy(c) for c in ext[0] if isinstance(c.tag, str)]
1818

1919
def collect_ref_elements(root_dir: Path):

0 commit comments

Comments
 (0)