mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fixed typo in ifcopenshell.util.type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user