Skip to content

Commit 973f76e

Browse files
committed
fix typo in trait name
1 parent 7ead69d commit 973f76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,12 @@ class CatMatvecInputSpec(AFNICommandInputSpec):
602602
"This feature could be used, with clever scripting, to input"
603603
"a matrix directly on the command line to program 3dWarp.",
604604
argstr="-MATRIX",
605-
xor=['oneline','fourXfour'])
605+
xor=['oneline', 'fourxfour'])
606606
oneline = traits.Bool(
607607
descr="indicates that the resulting matrix"
608608
"will simply be written as 12 numbers on one line.",
609609
argstr="-ONELINE",
610-
xor=['matrix','fourXfour'])
610+
xor=['matrix', 'fourxfour'])
611611
fourxfour = traits.Bool(
612612
descr="Output matrix in augmented form (last row is 0 0 0 1)"
613613
"This option does not work with -MATRIX or -ONELINE",

0 commit comments

Comments
 (0)