We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4801a4c commit 43f9db8Copy full SHA for 43f9db8
nipype/interfaces/freesurfer/preprocess.py
@@ -1226,7 +1226,7 @@ def _list_outputs(self):
1226
outputs['registered_file'] = op.abspath(_in.registered_file)
1227
1228
if isdefined(_in.out_lta_file):
1229
- if isinstance(_in.out_fsl_file, bool):
+ if isinstance(_in.out_lta_file, bool):
1230
suffix = '_bbreg_%s.lta' % _in.subject_id
1231
out_lta_file = fname_presuffix(_in.source_file,
1232
suffix=suffix,
0 commit comments