Skip to content

Commit b2fc5cc

Browse files
committed
Fix fslreorient2std output collection
1 parent 29c54c3 commit b2fc5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,3 +1187,4 @@ def _list_outputs(self):
11871187
outputs['out_file'] = self._gen_filename('out_file')
11881188
else:
11891189
outputs['out_file'] = os.path.abspath(self.inputs.out_file)
1190+
return outputs

0 commit comments

Comments
 (0)