Skip to content

Commit 35c4a24

Browse files
committed
Fixed afni test
1 parent d0aebbb commit 35c4a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/tests/test_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_volreg():
7777
def test_calc():
7878
input_map = dict(args = dict(argstr='%s',),
7979
environ = dict(usedefault=True,),
80-
expr = dict(argstr='-expr %s',mandatory=True,),
80+
expr = dict(argstr='-expr "%s"',mandatory=True,),
8181
ignore_exception = dict(usedefault=True,),
8282
in_file_a = dict(argstr='-a %s',mandatory=True,),
8383
in_file_b = dict(argstr=' -b %s',),

0 commit comments

Comments
 (0)