Skip to content

Commit

Permalink
Update parcellation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 3, 2024
1 parent f1685cb commit f84cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smripost_linc/workflows/parcellation.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def init_warp_atlases_to_fsnative_wf(
workflow.connect([
(lh_fsnative_annots, outputnode, [('out', 'lh_fsnative_annots')]),
(rh_fsnative_annots, outputnode, [('out', 'rh_fsnative_annots')]),
])
]) # fmt:skip

return workflow

Expand Down

0 comments on commit f84cae3

Please sign in to comment.