Skip to content

Commit e19beeb

Browse files
author
fliem
committed
fixed typo op.abspath to os.abspath
1 parent 5ca0086 commit e19beeb

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
@@ -1268,7 +1268,7 @@ def _list_outputs(self):
12681268
outputs = self._outputs().get()
12691269
outputs['reg_file'] = os.path.abspath(self.inputs.reg_file)
12701270
if isdefined(self.inputs.fsl_out):
1271-
outputs['fsl_file'] = op.abspath(self.inputs.fsl_out)
1271+
outputs['fsl_file'] = os.abspath(self.inputs.fsl_out)
12721272
return outputs
12731273

12741274
def _gen_outfilename(self):

0 commit comments

Comments
 (0)