mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 00:59:59 +00:00
Updated by_query and removed print statements
This commit is contained in:
@@ -64,7 +64,6 @@ class SvIfcGetAttribute(
|
||||
entity_nested_inputs = [
|
||||
self.file.by_id(int(step_id)) for step_id in entity_nested_input_ids
|
||||
]
|
||||
print(entity_nested_inputs)
|
||||
except Exception as e:
|
||||
raise Exception("Instance ID not found", e)
|
||||
attribute_name = self.inputs["attribute_name"].sv_get()[0][0]
|
||||
|
||||
Reference in New Issue
Block a user