Skip to content

Commit 2ffd002

Browse files
authoredJul 31, 2023
Merge pull request #3596 from GalKepler/fix_dwipreproc
FIX: DWIPreproc issue
2 parents ec1f327 + 7420058 commit 2ffd002

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
@@ -408,7 +408,7 @@ def _list_outputs(self):
408408
outputs["out_file"] = op.abspath(self.inputs.out_file)
409409
if self.inputs.out_grad_mrtrix:
410410
outputs["out_grad_mrtrix"] = op.abspath(self.inputs.out_grad_mrtrix)
411-
if self.inputs.export_grad_fsl:
411+
if self.inputs.out_grad_fsl:
412412
outputs["out_fsl_bvec"] = op.abspath(self.inputs.out_grad_fsl[0])
413413
outputs["out_fsl_bval"] = op.abspath(self.inputs.out_grad_fsl[1])
414414

0 commit comments

Comments
 (0)