Skip to content

Commit a462562

Browse files
committed
FIX: for #147
1 parent 0c52efd commit a462562

File tree

1 file changed

+1
-1
lines changed
  • src/gh/components/DF_cloud_normal_estimator

1 file changed

+1
-1
lines changed

src/gh/components/DF_cloud_normal_estimator/code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def RunScript(self,
3232

3333
o_cloud = df_cvt_bindings.cvt_dfcloud_2_rhcloud(df_cloud)
3434

35-
return o_cloud
35+
return [o_cloud]

0 commit comments

Comments
 (0)