Skip to content

Commit d23709c

Browse files
committed
remove usedefault
1 parent 065b108 commit d23709c

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
@@ -2402,7 +2402,7 @@ class OutlierCountInputSpec(AFNICommandInputSpec):
24022402
desc='use Legendre polynomials')
24032403
out_file = File(
24042404
name_template='%s_outliers', name_source=['in_file'], argstr='> %s',
2405-
usedefault=True, keep_extension=False, position=-1, desc='capture standard output')
2405+
keep_extension=False, position=-1, desc='capture standard output')
24062406

24072407

24082408
class OutlierCountOutputSpec(AFNICommandOutputSpec):
@@ -2477,7 +2477,7 @@ class QualityIndexInputSpec(AFNICommandInputSpec):
24772477
desc='write out the median + 3.5 MAD of outlier'
24782478
' count with each timepoint')
24792479
out_file = File(
2480-
name_template='%s_tqual', name_source=['in_file'], argstr='> %s', usedefault=True,
2480+
name_template='%s_tqual', name_source=['in_file'], argstr='> %s',
24812481
keep_extension=False, position=-1, desc='capture standard output')
24822482

24832483

0 commit comments

Comments
 (0)