Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Nov 7, 2024
1 parent 9c86a15 commit 054ec81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skullTo3d/pipelines/skull_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,10 @@ def create_skull_ct_pipe(name="skull_ct_pipe", params={}):

if "ct_skull_fov" in params.keys():
skull_ct_pipe.connect(ct_skull_fov, "out_roi",
outputnode, "robustct_skull_mask")
outputnode, "robustct_skull_mask")

skull_ct_pipe.connect(mesh_robustct_skull, "stl_file",
outputnode, "robustct_skull_stl")
outputnode, "robustct_skull_stl")

return skull_ct_pipe

Expand Down

0 comments on commit 054ec81

Please sign in to comment.