Skip to content

Commit a567524

Browse files
author
Clark
committed
PEP8 compliance for dti.py (50% + indent fix)
1 parent b363412 commit a567524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/dti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ class ProbTrackXBaseInputSpec(FSLCommandInputSpec):
445445
argstr='-m %s', mandatory=True)
446446
seed = traits.Either(File(exists=True), traits.List(File(exists=True)),
447447
traits.List(traits.List(traits.Int(),
448-
minlen=3, maxlen=3)),
448+
minlen=3, maxlen=3)),
449449
desc=('seed volume(s), or voxel(s) or freesurfer '
450450
'label file'),
451451
argstr='--seed=%s', mandatory=True)

0 commit comments

Comments
 (0)