Skip to content

Commit 7f3cab8

Browse files
author
Erik Ziegler
committed
Ran make check-before-commit
1 parent f3404c1 commit 7f3cab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix/tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class FilterTracksInputSpec(CommandLineInputSpec):
2121
include_file = File(exists=True, argstr='-include %s', desc='inclusion file', xor = include_xor)
2222
include_spec = traits.List(traits.Float, desc='inclusion specification in mm and radius (x y z r)', position=2,
2323
argstr='-include %s', minlen=4, maxlen=4, sep=',', units='mm', xor = include_xor)
24-
24+
2525
exclude_xor = ['exclude_file', 'exclude_spec']
2626
exclude_file = File(exists=True, argstr='-exclude %s', desc='exclusion file', xor = exclude_xor)
2727
exclude_spec = traits.List(traits.Float, desc='exclusion specification in mm and radius (x y z r)', position=2,

0 commit comments

Comments
 (0)