Skip to content

Commit a3a420e

Browse files
committed
fix missing comma
1 parent 3974692 commit a3a420e

File tree

1 file changed

+1
-1
lines changed
  • nipype/workflows/dmri/fsl

1 file changed

+1
-1
lines changed

nipype/workflows/dmri/fsl/dti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def bedpostx_parallel(name='bedpostx_parallel',
190190
(inputnode, make_dyads, [('mask', 'mask')]),
191191
(inputnode, mrg_dyads, [('mask', 'in_reference')]),
192192
(xfibres, mrg_dyads, [(('dyads', transpose), 'in_files')]),
193-
(slice_dwi, mrg_dyads, [('out_index', 'in_index')])
193+
(slice_dwi, mrg_dyads, [('out_index', 'in_index')]),
194194
(mrg_dyads, outputnode, [('merged_file', 'dyads')])
195195
])
196196

0 commit comments

Comments
 (0)