From e5c83b1538aa75069512e23dead76d3272248c1e Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 4 Oct 2024 16:16:31 +0500 Subject: [PATCH] same as 3b71d0050 #5537 --- src/ifcopenshell-python/ifcopenshell/entity_instance.py | 2 ++ 1 file changed, 2 insertions(+) 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)