mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
logical handling in python and small fixes
This commit is contained in:
@@ -152,6 +152,8 @@ class entity_instance(object):
|
||||
idx, entity_instance.unwrap_value(value)
|
||||
)
|
||||
except BaseException as e:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
valid = False
|
||||
|
||||
if not valid:
|
||||
|
||||
Reference in New Issue
Block a user