Skip to content

Commit 49af623

Browse files
committed
Fix input argstr
1 parent 908e326 commit 49af623

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
@@ -2409,7 +2409,7 @@ class TNorm(AFNICommand):
24092409
class TProjectInputSpec(AFNICommandInputSpec):
24102410
in_file = File(
24112411
desc='input file to 3dTproject',
2412-
argstr='%s',
2412+
argstr='-input %s',
24132413
position=1,
24142414
mandatory=True,
24152415
exists=True,

0 commit comments

Comments
 (0)