Skip to content

Commit 4edfa98

Browse files
committed
fix: spm requires CmdLine to be lowercase
1 parent 572c04d commit 4edfa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def _make_matlab_command(self, contents, postscript=None):
468468
469469
if strcmp(name, 'SPM8') || strcmp(name, 'SPM12b'),
470470
spm_jobman('initcfg');
471-
spm_get_defaults('CmdLine', 1);
471+
spm_get_defaults('cmdline', 1);
472472
end\n
473473
"""
474474
if self.mlab.inputs.mfile:

0 commit comments

Comments
 (0)