diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index 6959e40e53..1903390375 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -351,7 +351,7 @@ class serializers: buffer = ifcopenshell_wrapper.buffer # gltf and hdf5 availability depend on IfcOpenShell configuration settings try: - gtlf = ifcopenshell_wrapper.GltfSerializer + gltf = ifcopenshell_wrapper.GltfSerializer except: pass try: