Skip to content

Commit

Permalink
FIX: return value of RunScript of code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienGilliard committed Sep 20, 2024
1 parent 9045d7b commit 6fcea59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gh/components/DF_CAD_segmentator/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ def RunScript(self,

o_clusters = [df_cvt_bindings.cvt_dfcloud_2_rhcloud(cluster) for cluster in df_clusters]

return o_clusters, rh_beams_meshes
return o_clusters

0 comments on commit 6fcea59

Please sign in to comment.