Skip to content

Commit 5a88840

Browse files
authored
Merge pull request #1978 from nipy/fix/expert_options_typo
FIX: Typo in private method name
2 parents ec6643a + c480ef0 commit 5a88840

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
@@ -1028,7 +1028,7 @@ def _prep_expert_file(self):
10281028

10291029
contents = ''.join(lines)
10301030
if not isdefined(self.inputs.xopts) and \
1031-
self.get_expert_file() == contents:
1031+
self._get_expert_file() == contents:
10321032
return ' -xopts-use'
10331033

10341034
expert_fname = os.path.abspath('expert.opts')

0 commit comments

Comments
 (0)