From 6ece1648ab0967705ada8f232c56d00bbe8cdf98 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 10 Nov 2024 15:06:41 +0100 Subject: [PATCH] Update entity_instance.py after 8ae951d cc @Andrej730 we need this for validate.buildingsmart.org because for express rule evaluation we depend on include_id=False and entity_instance.__eq__ has been changed to get_info_2. --- src/ifcopenshell-python/ifcopenshell/entity_instance.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/entity_instance.py b/src/ifcopenshell-python/ifcopenshell/entity_instance.py index 69474b734a..a788c595f1 100644 --- a/src/ifcopenshell-python/ifcopenshell/entity_instance.py +++ b/src/ifcopenshell-python/ifcopenshell/entity_instance.py @@ -640,6 +640,4 @@ 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)