Skip to content

Commit 761cff6

Browse files
committed
fixed a typo in one of the outputs
1 parent c82bda6 commit 761cff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/epi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def _list_outputs(self):
663663
outputs['fmap_epi'] = os.path.join(os.getcwd(),
664664
self.inputs.out_base + '_fieldmaprads2epi.nii.gz')
665665
outputs['fmap_str'] = os.path.join(os.getcwd(),
666-
self.inputs.out_base + '_fieldmaprads2str.ni `i.gz')
666+
self.inputs.out_base + '_fieldmaprads2str.nii.gz')
667667
outputs['fmapmag_str'] = os.path.join(os.getcwd(),
668668
self.inputs.out_base + '_fieldmap2str.nii.gz')
669669
outputs['shiftmap'] = os.path.join(os.getcwd(),

0 commit comments

Comments
 (0)