Skip to content

Commit 53cc8dd

Browse files
ShotgunosineDylan
authored andcommitted
tweak OneDToolPy
1 parent 298f4a2 commit 53cc8dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,8 @@ def _list_outputs(self):
15811581
outputs['out_file']=os.path.join(os.getcwd(), self.inputs.out_file)
15821582
if isdefined(self.inputs.show_cormat_warnings):
15831583
outputs['out_file']=os.path.join(os.getcwd(), self.inputs.show_cormat_warnings)
1584+
if isdefined(self.inputs.censor_motion):
1585+
outputs['out_file']=os.path.join(os.getcwd(), self.inputs.censor_motion[1])
15841586
return outputs
15851587

15861588
class RefitInputSpec(CommandLineInputSpec):

0 commit comments

Comments
 (0)