ifc2sql - stringify psets list values #4599

This commit is contained in:
Andrej730
2024-05-01 18:03:17 +05:00
parent 45b2411c2b
commit 5410f14aa1
+2
View File
@@ -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: