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
4949* ENH: Usability improvements in cluster environments (https://github.com/nipy/nipype/pull/1025)
5050* ENH: ANTs JointFusion() (https://github.com/nipy/nipype/pull/1042)
5151* 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)
5253
5354Release 0.10.0 (October 10, 2014)
5455============
Original file line number Diff line number Diff 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 . path .abspath (self .inputs .fsl_out )
12721272 return outputs
12731273
12741274 def _gen_outfilename (self ):
You can’t perform that action at this time.
0 commit comments