Skip to content

Commit 9544f2b

Browse files
committed
fixed type
1 parent f543c4a commit 9544f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/preprocess.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def _list_outputs(self):
412412
outputs["out_grad_mrtrix"] = op.abspath(
413413
self.inputs.out_grad_mrtrix
414414
)
415-
if self.inputs.out_fsl_bvec:
415+
if self.inputs.out_grad_fsl:
416416
outputs["out_fsl_bvec"] = op.abspath(self.inputs.out_grad_fsl[0])
417417
outputs["out_fsl_bval"] = op.abspath(self.inputs.out_grad_fsl[1])
418418

0 commit comments

Comments
 (0)