mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix after 31cf1127a6
This commit is contained in:
@@ -476,6 +476,8 @@ class entity_instance(object):
|
||||
continue
|
||||
attr_value = self[i]
|
||||
|
||||
to_include = {'v': True}
|
||||
|
||||
if recursive or scalar_only:
|
||||
|
||||
def is_instance(e):
|
||||
@@ -490,8 +492,6 @@ class entity_instance(object):
|
||||
ignore=ignore,
|
||||
)
|
||||
|
||||
to_include = {'v': True}
|
||||
|
||||
def do_ignore(inst):
|
||||
to_include['v'] = False
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user