mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Added "or element.is_a('IfcPropertySingleValue')"
This commit is contained in:
@@ -31,7 +31,7 @@ class Patcher:
|
|||||||
deleted = []
|
deleted = []
|
||||||
hashes = {}
|
hashes = {}
|
||||||
for element in self.file:
|
for element in self.file:
|
||||||
if element.is_a('IfcRoot'):
|
if element.is_a('IfcRoot') or element.is_a('IfcPropertySingleValue'):
|
||||||
continue
|
continue
|
||||||
h = hash(tuple(element))
|
h = hash(tuple(element))
|
||||||
if h in hashes:
|
if h in hashes:
|
||||||
|
|||||||
Reference in New Issue
Block a user