Skip to content

Commit 01cea35

Browse files
committed
Another adjustment.
1 parent 2914140 commit 01cea35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ def _list_outputs(self):
10061006
if any(self.inputs.out_file.startswith(pre) for pre in ['lh.', 'rh.']):
10071007
outputs['out_file'] = self.inputs.out_file
10081008
else:
1009-
outputs['out_file'] = 'rh.' + self.inputs.out_file
1009+
outputs['out_file'] = 'lh.' + self.inputs.out_file
10101010

10111011
return outputs
10121012

0 commit comments

Comments
 (0)