mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Minor fixes, and IfcCSV now uses pandas to import ODS/XLSX for more robust importing.
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user