Temporarily disable 3ffc0bc due to a bug with units conversion

This commit is contained in:
Andrej730
2025-01-22 20:45:02 +05:00
parent b812d21282
commit 5c3045b4db
@@ -431,6 +431,7 @@ class Usecase:
and there is no control to prevent it from adding certain type of elements. and there is no control to prevent it from adding certain type of elements.
""" """
ifc_file = self.file ifc_file = self.file
return ifc_file.add(element)
if not self.assume_asset_uniqueness_by_name: if not self.assume_asset_uniqueness_by_name:
return ifc_file.add(element) return ifc_file.add(element)