diff --git a/src/ifcopenshell-python/ifcopenshell/util/selector.py b/src/ifcopenshell-python/ifcopenshell/util/selector.py index bbe8125927..abaa4e4119 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/selector.py +++ b/src/ifcopenshell-python/ifcopenshell/util/selector.py @@ -916,7 +916,7 @@ class FacetTransformer(lark.Transformer): if self.elements: self.results.append(self.elements) self.elements = set() - self.has_additive_facet_in_current_list = False + self.has_additive_facet_in_current_list = False def instance(self, args): self.has_additive_facet_in_current_list = True