We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d9893 commit eb14db4Copy full SHA for eb14db4
1 file changed
src/ifcopenshell-python/ifcopenshell/util/type.py
@@ -27,7 +27,7 @@
27
mapped_schemas = {
28
"IFC2X3": "entity_to_type_map_2x3.json",
29
"IFC4": "entity_to_type_map_4.json",
30
- "IFC4x3": "entity_to_type_map_4x3.json",
+ "IFC4X3": "entity_to_type_map_4x3.json",
31
}
32
for schema in mapped_schemas:
33
# load entity maps from json
0 commit comments