diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index a95e5a00ea..cbc7f4ce21 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -313,7 +313,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: