diff --git a/src/ifcpatch/ifcpatch/recipes/RecycleNonRootedElements.py b/src/ifcpatch/ifcpatch/recipes/RecycleNonRootedElements.py index ac3160837f..c939b79b6b 100644 --- a/src/ifcpatch/ifcpatch/recipes/RecycleNonRootedElements.py +++ b/src/ifcpatch/ifcpatch/recipes/RecycleNonRootedElements.py @@ -31,7 +31,7 @@ class Patcher: deleted = [] hashes = {} for element in self.file: - if element.is_a('IfcRoot'): + if element.is_a('IfcRoot') or element.is_a('IfcPropertySingleValue'): continue h = hash(tuple(element)) if h in hashes: