Skip to content

Commit 6c09ea2

Browse files
STY: Ooops...
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 8b14294 commit 6c09ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/algorithms/modelgen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,8 @@ def _concatenate_info(self, infolist):
621621
)
622622

623623
if hasattr(info, "amplitudes") and info.amplitudes:
624-
for j, _ in enumerate(info.amplitudes):
625-
infoout.amplitudes[j].extend(info.amplitudes[j])
624+
for j, val in enumerate(info.amplitudes):
625+
infoout.amplitudes[j].extend(val)
626626

627627
if hasattr(info, "pmod") and info.pmod:
628628
for j, val in enumerate(info.pmod):

0 commit comments

Comments
 (0)