Skip to content

Commit bc3ac60

Browse files
committed
Reverted _overload_extenstion function argument in ../interfaces/afni/preprocess.py
1 parent e260804 commit bc3ac60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class AutoTcorrelate(AFNICommand):
365365
output_spec = AFNICommandOutputSpec
366366
_cmd = '3dAutoTcorrelate'
367367

368-
def _overload_extension(self, value):
368+
def _overload_extension(self, value, name=None):
369369
path, base, ext = split_filename(value)
370370
if ext.lower() not in [".1d", ".nii.gz", ".nii"]:
371371
ext = ext + ".1D"

0 commit comments

Comments
 (0)