Skip to content

Commit 0f1c179

Browse files
committed
fixed bug
1 parent 834571c commit 0f1c179

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nipype/interfaces/fsl/base.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,8 @@ def _list_outputs(self):
419419
cwd=out_dir))
420420
outputs['dyads'].append(self._gen_fname('dyads%d' % i,
421421
cwd=out_dir))
422-
outputs['dyads_dispersion'].append(self._gen_fname(('dyads%d'
423-
'_dispersion') % i,
424-
cwd=out_dir))
422+
outputs['dyads_disp'].append(self._gen_fname(('dyads%d'
423+
'_dispersion') % i, cwd=out_dir))
425424
return outputs
426425

427426

0 commit comments

Comments
 (0)