Skip to content

Commit 98012c8

Browse files
committed
fix: removed list_outputs because it isn't needed
1 parent 4b392d5 commit 98012c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,6 @@ class ApplyMask(FSCommand):
527527
input_spec = ApplyMaskInputSpec
528528
output_spec = ApplyMaskOutputSpec
529529

530-
def _list_outputs(self):
531-
outputs = self._outputs().get()
532-
outputs["out_file"] = os.path.abspath(self.inputs.out_file)
533-
return outputs
534-
535530

536531
class SurfaceSnapshotsInputSpec(FSTraitedSpec):
537532

0 commit comments

Comments
 (0)