Skip to content

Commit 4d4d3f0

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix/1407
2 parents d951ab4 + 4d08138 commit 4d4d3f0

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)