Skip to content

Commit fb2aaf4

Browse files
committed
remove useless _list_outputs
1 parent dca0426 commit fb2aaf4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,14 +619,6 @@ def _format_arg(self, name, spec, value):
619619
for i in value]))
620620
return super(CatMatvec, self)._format_arg(name, spec, value)
621621

622-
def _list_outputs(self):
623-
outputs = self.output_spec().get()
624-
625-
if self.inputs.out_file:
626-
outputs['out_file'] = op.abspath(self.inputs.out_file)
627-
return outputs
628-
629-
630622
class CenterMassInputSpec(CommandLineInputSpec):
631623
in_file = File(
632624
desc='input file to 3dCM',

0 commit comments

Comments
 (0)