Skip to content

Commit 8a08941

Browse files
committed
SPM12 is not beta anymore
1 parent 0a00abf commit 8a08941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/spm/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def _make_matlab_command(self, contents, postscript=None):
467467
fprintf('SPM path: %s\\n', which('spm'));
468468
spm('Defaults','fMRI');
469469
470-
if strcmp(name, 'SPM8') || strcmp(name, 'SPM12b'),
470+
if strcmp(name, 'SPM8') || strcmp(name, 'SPM12'),
471471
spm_jobman('initcfg');
472472
spm_get_defaults('cmdline', 1);
473473
end\n
@@ -502,7 +502,7 @@ def _make_matlab_command(self, contents, postscript=None):
502502
"""
503503
if self.inputs.use_mcr:
504504
mscript += """
505-
if strcmp(name, 'SPM8') || strcmp(name, 'SPM12b'),
505+
if strcmp(name, 'SPM8') || strcmp(name, 'SPM12'),
506506
close(\'all\', \'force\');
507507
end;
508508
"""

0 commit comments

Comments
 (0)