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}")