Skip to content

Commit b5dd10a

Browse files
committed
Fix output
1 parent 435f34c commit b5dd10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def _list_outputs(self):
457457
if save_hpf_basis:
458458
if isinstance(save_hpf_basis, bool):
459459
save_hpf_basis = os.path.abspath('hpf_basis.txt')
460-
outputs['save_hpf_basis'] = save_hpf_basis
460+
outputs['hpf_basis_file'] = save_hpf_basis
461461

462462
return outputs
463463

0 commit comments

Comments
 (0)