File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Next release
49
49
* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
50
50
* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
51
51
* ENH: Added csvReader() utility (https://github.com/nipy/nipype/pull/1044)
52
+ * FIX: typo in nipype.interfaces.freesurfer.utils.py Tkregister2 (https://github.com/nipy/nipype/pull/1083)
52
53
53
54
Release 0.10.0 (October 10, 2014)
54
55
============
Original file line number Diff line number Diff line change @@ -1268,7 +1268,7 @@ def _list_outputs(self):
1268
1268
outputs = self ._outputs ().get ()
1269
1269
outputs ['reg_file' ] = os .path .abspath (self .inputs .reg_file )
1270
1270
if isdefined (self .inputs .fsl_out ):
1271
- outputs ['fsl_file' ] = op .abspath (self .inputs .fsl_out )
1271
+ outputs ['fsl_file' ] = os . path .abspath (self .inputs .fsl_out )
1272
1272
return outputs
1273
1273
1274
1274
def _gen_outfilename (self ):
You can’t perform that action at this time.
0 commit comments