From c480ef0e271b755ebeac8121d2c8cfbe0e255409 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 27 Apr 2017 22:33:12 -0400 Subject: [PATCH] FIX: Typo in private method name --- nipype/interfaces/freesurfer/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/interfaces/freesurfer/preprocess.py b/nipype/interfaces/freesurfer/preprocess.py index 29961ee6ed..ffea9f04e5 100644 --- a/nipype/interfaces/freesurfer/preprocess.py +++ b/nipype/interfaces/freesurfer/preprocess.py @@ -1028,7 +1028,7 @@ def _prep_expert_file(self): contents = ''.join(lines) if not isdefined(self.inputs.xopts) and \ - self.get_expert_file() == contents: + self._get_expert_file() == contents: return ' -xopts-use' expert_fname = os.path.abspath('expert.opts')