We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48856c8 commit 6341ea4Copy full SHA for 6341ea4
scripts/analyse-refs-2.py
@@ -13,7 +13,7 @@ def get_version_of_object_ref_attrs(xsd_file: Path):
13
namespaces=XSD_NS,
14
)
15
if not ext:
16
- raise ValueError("VersionOfObjectRefStructure niet gevonden of geen extension")
+ raise ValueError("VersionOfObjectRefStructure not found or no extension")
17
return [copy.deepcopy(c) for c in ext[0] if isinstance(c.tag, str)]
18
19
def collect_ref_elements(root_dir: Path):
0 commit comments