diff --git a/src/ifcopenshell-python/ifcopenshell/entity_instance.py b/src/ifcopenshell-python/ifcopenshell/entity_instance.py index a788c595f1..69474b734a 100644 --- a/src/ifcopenshell-python/ifcopenshell/entity_instance.py +++ b/src/ifcopenshell-python/ifcopenshell/entity_instance.py @@ -640,4 +640,6 @@ class entity_instance: assert recursive assert return_type is dict assert len(ignore) == 0 + # TODO: remove after bonsai build update. + return ifcopenshell_wrapper.get_info_cpp(self.wrapped_data) return ifcopenshell_wrapper.get_info_cpp(self.wrapped_data, include_identifier)