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 a1ea55a commit fa70f4aCopy full SHA for fa70f4a
nipype/interfaces/mrtrix3/utils.py
@@ -1243,7 +1243,5 @@ class MaskFilter(CommandLine):
1243
1244
def _list_outputs(self):
1245
outputs = self.output_spec().get()
1246
- outputs = self.output_spec().get()
1247
- inputs = self.input_spec().get()
1248
- outputs["output_image"] = self._gen_filename(inputs["input_image"], suffix="_filtered")
+ outputs["out_file"] = op.abspath(self.inputs.out_file)
1249
return outputs
0 commit comments