diff --git a/src/ifcopenshell-python/ifcopenshell/util/type.py b/src/ifcopenshell-python/ifcopenshell/util/type.py index 683848b5b6..39e87bcb64 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/type.py +++ b/src/ifcopenshell-python/ifcopenshell/util/type.py @@ -27,7 +27,7 @@ type_to_entity_map = {} mapped_schemas = { "IFC2X3": "entity_to_type_map_2x3.json", "IFC4": "entity_to_type_map_4.json", - "IFC4x3": "entity_to_type_map_4x3.json", + "IFC4X3": "entity_to_type_map_4x3.json", } for schema in mapped_schemas: # load entity maps from json