We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298f4a2 commit 53cc8ddCopy full SHA for 53cc8dd
nipype/interfaces/afni/utils.py
@@ -1581,6 +1581,8 @@ def _list_outputs(self):
1581
outputs['out_file']=os.path.join(os.getcwd(), self.inputs.out_file)
1582
if isdefined(self.inputs.show_cormat_warnings):
1583
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])
1586
return outputs
1587
1588
class RefitInputSpec(CommandLineInputSpec):
0 commit comments