Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eleniv3d committed Aug 23, 2024
1 parent c902c33 commit f3608c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gh/components/DF_cloud_mesh_distance/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def RunScript(self,
ghenv.Component.Message= f"Per Joint"
rh_mesh_target_list = [joint.to_mesh(i_analysis_resolution) for joint in i_assembly._all_joints]
else:
ghenv.Component.AddRuntimeMessage(RML.Warning, "The input number of obejcts to compare matches neither the number of beams nor the number of joints")
ghenv.Component.AddRuntimeMessage(RML.Warning, "The input number of objects to compare matches neither the number of beams nor the number of joints")
return None, None, None, None, None, None

# conversion
Expand Down

0 comments on commit f3608c2

Please sign in to comment.