Skip to content

Commit a650cd7

Browse files
committed
Fixed MultipleSelectInterface input spec
1 parent a6746ac commit a650cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def _list_outputs(self):
553553
return outputs
554554

555555

556-
class MultipleSelectInputSpec(BaseInterfaceInputSpec, DynamicTraitedSpec):
556+
class MultipleSelectInputSpec(DynamicTraitedSpec):
557557
index = InputMultiPath(traits.Int, mandatory=True,
558558
desc='0-based indices of values to choose')
559559

0 commit comments

Comments
 (0)