Skip to content

Commit 8f47a12

Browse files
committed
fixed more bugs
1 parent 4f962e1 commit 8f47a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from nipype.utils.filemanip import fname_presuffix
2020
from .base import AFNICommand, AFNICommandInputSpec,\
2121
AFNICommandOutputSpec
22-
from nipype.interfaces.base import CommandLineInputSpec
22+
from nipype.interfaces.base import CommandLineInputSpec, CommandLine
2323

2424
warn = warnings.warn
2525
warnings.filterwarnings('always', category=UserWarning)
@@ -171,7 +171,7 @@ class RefitInputSpec(CommandLineInputSpec):
171171
argstr='-zorigin %s')
172172

173173

174-
class Refit(AFNICommand):
174+
class Refit(CommandLine):
175175
"""Changes some of the information inside a 3D dataset's header
176176
177177
For complete details, see the `3drefit Documentation.

0 commit comments

Comments
 (0)