Skip to content

Commit 4d08138

Browse files
authored
Merge pull request #2212 from effigies/fix/bbregister_lta_out
FIX: Typo in BBRegister._list_outputs
2 parents 4801a4c + 43f9db8 commit 4d08138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ def _list_outputs(self):
12261226
outputs['registered_file'] = op.abspath(_in.registered_file)
12271227

12281228
if isdefined(_in.out_lta_file):
1229-
if isinstance(_in.out_fsl_file, bool):
1229+
if isinstance(_in.out_lta_file, bool):
12301230
suffix = '_bbreg_%s.lta' % _in.subject_id
12311231
out_lta_file = fname_presuffix(_in.source_file,
12321232
suffix=suffix,

0 commit comments

Comments
 (0)