Skip to content

Commit eb14db4

Browse files
committed
Fixed typo in ifcopenshell.util.type
1 parent 50d9893 commit eb14db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/ifcopenshell-python/ifcopenshell/util

src/ifcopenshell-python/ifcopenshell/util/type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
mapped_schemas = {
2828
"IFC2X3": "entity_to_type_map_2x3.json",
2929
"IFC4": "entity_to_type_map_4.json",
30-
"IFC4x3": "entity_to_type_map_4x3.json",
30+
"IFC4X3": "entity_to_type_map_4x3.json",
3131
}
3232
for schema in mapped_schemas:
3333
# load entity maps from json

0 commit comments

Comments
 (0)