There was an error while loading. Please reload this page.
1 parent 2914140 commit 01cea35Copy full SHA for 01cea35
nipype/interfaces/freesurfer/utils.py
@@ -1006,7 +1006,7 @@ def _list_outputs(self):
1006
if any(self.inputs.out_file.startswith(pre) for pre in ['lh.', 'rh.']):
1007
outputs['out_file'] = self.inputs.out_file
1008
else:
1009
- outputs['out_file'] = 'rh.' + self.inputs.out_file
+ outputs['out_file'] = 'lh.' + self.inputs.out_file
1010
1011
return outputs
1012
0 commit comments