Skip to content

Commit c08e17b

Browse files
authored
Update utils.py
- Changed '-inverse' parameter location from 1 to 2 (otherwise cannot use together with -linear)
1 parent 367776d commit c08e17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ class MRTransformInputSpec(MRTrix3BaseInputSpec):
823823
)
824824
invert = traits.Bool(
825825
argstr="-inverse",
826-
position=1,
826+
position=2,
827827
desc="Invert the specified transform before using it",
828828
)
829829
linear_transform = File(

0 commit comments

Comments
 (0)