Skip to content

Commit b00e145

Browse files
fix: output the history as ghtree
1 parent a851476 commit b00e145

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/gh/components/DF_main_pc_axes/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def RunScript(self,
5353
if i_save:
5454
all_poses_in_time.add_step(all_poses_this_time)
5555

56-
return [planes, all_poses_in_time]
56+
return [planes, all_poses_in_time.to_gh_tree()]

0 commit comments

Comments
 (0)