Skip to content

Commit 6328903

Browse files
committed
changing spacing back for bedpostx5 gradnonlin inputspec
1 parent fea4dea commit 6328903

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
@@ -264,7 +264,7 @@ class BEDPOSTX5InputSpec(FSLXCommandInputSpec):
264264
out_dir = Directory('bedpostx', mandatory=True, desc='output directory',
265265
usedefault=True, position=1, argstr='%s')
266266
gradnonlin = traits.Bool(False, argstr='-g', desc=('consider gradient '
267-
'nonlinearities, default off'))
267+
'nonlinearities, default off'))
268268
grad_dev = File(exists=True, desc='grad_dev file, if gradnonlin, -g is True')
269269
use_gpu = traits.Bool(False, desc='Use the GPU version of bedpostx')
270270

0 commit comments

Comments
 (0)