diff --git a/src/ifcopenshell-python/ifcopenshell/util/selector.py b/src/ifcopenshell-python/ifcopenshell/util/selector.py index 940e612edc..e6333395a7 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/selector.py +++ b/src/ifcopenshell-python/ifcopenshell/util/selector.py @@ -707,7 +707,17 @@ def set_element_value( return elif key == "classification": element = ifcopenshell.util.classification.get_references(element) - elif key in ("x", "y", "z", "easting", "northing", "elevation", "rotation_x", "rotation_y", "rotation_z") and hasattr(element, "ObjectPlacement"): + elif key in ( + "x", + "y", + "z", + "easting", + "northing", + "elevation", + "rotation_x", + "rotation_y", + "rotation_z", + ) and hasattr(element, "ObjectPlacement"): # TODO: add support if key in ("easting", "northing", "elevation", "rotation_x", "rotation_y", "rotation_z"): return