Minor fixes, and IfcCSV now uses pandas to import ODS/XLSX for more robust importing.

This commit is contained in:
Dion Moult
2023-08-26 18:24:48 +10:00
parent 9a7a284561
commit 7baed872c6
3 changed files with 27 additions and 36 deletions
@@ -808,7 +808,8 @@ class Selector:
value = len(list(value))
elif isinstance(value, (list, tuple)):
value = len(value)
value = 1
else:
value = 1
elif key == "class":
value = value.is_a()
elif key == "id":