Skip to content

Commit 1adac29

Browse files
author
Clark
committed
test commit for build
1 parent 399f38b commit 1adac29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/spm/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,8 @@ def _make_matlab_command(self, contents, postscript=None):
476476
end\n
477477
"""
478478
if self.mlab.inputs.mfile:
479-
if isdefined(self.inputs.use_v8struct) and self.inputs.use_v8struct:
479+
if (isdefined(self.inputs.use_v8struct) and
480+
self.inputs.use_v8struct):
480481
mscript += self._generate_job('jobs{1}.spm.%s.%s' %
481482
(self.jobtype, self.jobname),
482483
contents[0])

0 commit comments

Comments
 (0)