From 726ef997b6fb895e14b4742bd1019c4a9236d8b1 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Fri, 25 Oct 2024 13:19:44 +0800 Subject: [PATCH] Fix GltfKit typo --- scripts/lib/exports/bh_make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/exports/bh_make.py b/scripts/lib/exports/bh_make.py index 9254a78..2c83863 100644 --- a/scripts/lib/exports/bh_make.py +++ b/scripts/lib/exports/bh_make.py @@ -54,7 +54,7 @@ def get_blob_boreholes(borehole_dict, model_param_dict): # If there's data, then create the borehole if bh_data_dict != {}: - gltf_kit = GlftKit(LOG_LVL) + gltf_kit = GltfKit(LOG_LVL) blob_obj = gltf_kit.write_borehole(base_xyz, borehole_dict['name'], bh_data_dict, height_res, '') LOGGER.debug(f"Returning: blob_obj = {blob_obj}")