Skip to content

Commit 8fe4cf5

Browse files
committed
Fix mistake with _list_outputs.
1 parent e2b23d2 commit 8fe4cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ class MRIsCombine(FSCommand):
10041004
def _list_outputs(self):
10051005
outputs = self.output_spec().get()
10061006
outputs['out_file'] = self.inputs.out_file
1007+
return outputs
10071008

10081009

10091010
class MRITessellateInputSpec(FSTraitedSpec):

0 commit comments

Comments
 (0)