Skip to content

Commit

Permalink
Fix GltfKit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Oct 25, 2024
1 parent 9edcfbf commit 726ef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/exports/bh_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 726ef99

Please sign in to comment.