This commit is contained in:
Thomas Krijnen
2025-10-26 13:33:10 +01:00
parent 391a412e65
commit 6df5632f91
2 changed files with 6 additions and 3 deletions
@@ -339,7 +339,9 @@ class iterator(ifcopenshell_wrapper.Iterator):
geometry_library, self.settings, file_or_filename, include_or_exclude, include is not None, num_threads
)
else:
self.this = ifcopenshell_wrapper.construct_iterator(geometry_library, self.settings, file_or_filename, num_threads)
self.this = ifcopenshell_wrapper.construct_iterator(
geometry_library, self.settings, file_or_filename, num_threads
)
if has_occ: