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 07f4601 commit 4b7993cCopy full SHA for 4b7993c
nipype/interfaces/mrtrix3/preprocess.py
@@ -259,9 +259,9 @@ def _list_outputs(self):
259
if self.inputs.out_file:
260
outputs = self.output_spec().get()
261
outputs["out_file"] = op.abspath(self.inputs.out_file)
262
- if self.inputs.bias:
263
- outputs["bias"] = op.abspath(self.inputs.bias)
264
- return outputs
+ if self.inputs.bias:
+ outputs["bias"] = op.abspath(self.inputs.bias)
+ return outputs
265
266
267
class DWIPreprocInputSpec(MRTrix3BaseInputSpec):
0 commit comments