Skip to content

Commit

Permalink
added extras to input structure
Browse files Browse the repository at this point in the history
  • Loading branch information
cpignedoli committed Oct 3, 2024
1 parent bec152d commit dd31dd0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,7 @@ def finalize(self):
f"{var}_cube_image_folder",
self.ctx[var].outputs.cube_image_folder,
)

# Add extras.
struc = self.inputs.structure
common_utils.add_extras(struc, "surfaces", self.node.uuid)
return engine.ExitCode(0)

0 comments on commit dd31dd0

Please sign in to comment.