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.
This commit is contained in:
Thomas Krijnen
2024-11-10 15:06:41 +01:00
committed by GitHub
parent 2165dbb3fa
commit 6ece1648ab
@@ -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)