Skip to content

Commit 05edde2

Browse files
author
bpinsard
committed
homogenize name function accross interfaces
1 parent 9b07a69 commit 05edde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _output_update(self):
135135
self._outputtype = self.inputs.outputtype
136136

137137
@classmethod
138-
def set_default_outputtype(cls, outputtype):
138+
def set_default_output_type(cls, outputtype):
139139
"""Set the default output type for AFNI classes.
140140
141141
This method is used to set the default output type for all afni

0 commit comments

Comments
 (0)