mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-07 16:31:37 +00:00
ifc2sql - stringify psets list values #4599
This commit is contained in:
@@ -450,6 +450,8 @@ class Patcher:
|
||||
for prop_name, value in pset_data.items():
|
||||
if prop_name == "id":
|
||||
continue
|
||||
if isinstance(value, list):
|
||||
value = repr(value)
|
||||
pset_rows.append([element.id(), pset_name, prop_name, value])
|
||||
|
||||
if self.should_get_geometry:
|
||||
|
||||
Reference in New Issue
Block a user