Skip to content

Commit 3b33a26

Browse files
committed
fix error in _list_outputs
1 parent 5ffcae8 commit 3b33a26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,6 +2446,8 @@ def _list_outputs(self):
24462446
outputs = self.output_spec().get()
24472447
if self.inputs.save_outliers:
24482448
outputs['out_outliers'] = op.abspath(self.inputs.outliers_file)
2449+
outputs['out_file'] = op.abspath(self.inputs.out_file)
2450+
return outputs
24492451

24502452

24512453
class QualityIndexInputSpec(CommandLineInputSpec):

0 commit comments

Comments
 (0)