From 76568ea67c0d25cc24bcdbb16b76f32a2e8ff2ab Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 1 Apr 2021 14:55:10 +1100 Subject: [PATCH] Fix bug where express has a typo that broke the ability to add ifc transformers --- .../ifcopenshell/util/entity_to_type_map_4.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/entity_to_type_map_4.json b/src/ifcopenshell-python/ifcopenshell/util/entity_to_type_map_4.json index 6321d3df56..2306d00ec3 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/entity_to_type_map_4.json +++ b/src/ifcopenshell-python/ifcopenshell/util/entity_to_type_map_4.json @@ -279,7 +279,7 @@ "IFCTENDONANCHORTYPE" ], "IfcTransformer": [ - "IFCTRANFORMERTYPE" + "IFCTRANSFORMERTYPE" ], "IfcTransportElement": [ "IFCTRANSPORTELEMENTTYPE" @@ -338,4 +338,4 @@ "IfcWindowStandardCase": [ "IFCWINDOWTYPE" ] -} \ No newline at end of file +}