Skip to content

Commit bc83e71

Browse files
committed
fixing for make specs
1 parent 1471171 commit bc83e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/brainsuite/brainsuite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class CortexInputSpec(CommandLineInputSpec):
371371
computeGCBoundary = traits.Bool(
372372
desc='compute GM/CSF boundary', argstr='-g')
373373
includeAllSubcorticalAreas = traits.Bool(
374-
True, usedefault=True, esc='include all subcortical areas in WM mask', argstr='-a')
374+
True, usedefault=True, desc='include all subcortical areas in WM mask', argstr='-a')
375375
verbosity = traits.Int(desc='verbosity level', argstr='-v %d')
376376
timer = traits.Bool(desc='timing function', argstr='--timer')
377377

@@ -885,4 +885,4 @@ def l_outputs(self):
885885
if not name is None:
886886
outputs[key] = name
887887

888-
return outputs
888+
return outputs

0 commit comments

Comments
 (0)