Skip to content

Commit bdf2d2f

Browse files
authored
forgot =
1 parent 1fc0507 commit bdf2d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/epi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ class EddyQuadInputSpec(FSLCommandInputSpec):
12531253
param_file = File(
12541254
exists=True,
12551255
mandatory=True,
1256-
argstr="--eddyParams=%s",
1256+
argstr="--eddyParams %s",
12571257
desc="File containing acquisition parameters"
12581258
)
12591259
mask_file = File(

0 commit comments

Comments
 (0)