Skip to content

Commit 7fc44fd

Browse files
authored
Remove the -inverse parameter position change
1 parent eda6497 commit 7fc44fd

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
@@ -826,7 +826,7 @@ class MRTransformInputSpec(MRTrix3BaseInputSpec):
826826
)
827827
invert = traits.Bool(
828828
argstr="-inverse",
829-
position=2,
829+
position=1,
830830
desc="Invert the specified transform before using it",
831831
)
832832
linear_transform = File(

0 commit comments

Comments
 (0)