From 5c3045b4dbfcf45caea1822fe0274a6c4606a040 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 22 Jan 2025 20:45:02 +0500 Subject: [PATCH] Temporarily disable 3ffc0bc due to a bug with units conversion --- src/ifcopenshell-python/ifcopenshell/api/project/append_asset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/api/project/append_asset.py b/src/ifcopenshell-python/ifcopenshell/api/project/append_asset.py index a85a4ee5a0..272d204a51 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/project/append_asset.py +++ b/src/ifcopenshell-python/ifcopenshell/api/project/append_asset.py @@ -431,6 +431,7 @@ class Usecase: and there is no control to prevent it from adding certain type of elements. """ ifc_file = self.file + return ifc_file.add(element) if not self.assume_asset_uniqueness_by_name: return ifc_file.add(element)