Skip to content

Commit 4037d39

Browse files
authored
remove accidental linebreak
1 parent 6d0895f commit 4037d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ def _list_outputs(self):
406406
if not isinstance(imgf, list) and func_is_3d(imgf):
407407
break
408408
if self.inputs.jobtype == "estimate":
409-
outputs['realigned_files'] = self.inputs.in_file
410-
s if (self.inputs.jobtype == "estimate"
409+
outputs['realigned_files'] = self.inputs.in_files
410+
if (self.inputs.jobtype == "estimate"
411411
or self.inputs.jobtype == "estwrite"):
412412
outputs['modified_in_files'] = self.inputs.in_files
413413
if self.inputs.jobtype == "write" or self.inputs.jobtype == "estwrite":

0 commit comments

Comments
 (0)