We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a3797 commit 9c374e4Copy full SHA for 9c374e4
nipype/interfaces/base/specs.py
@@ -340,7 +340,7 @@ def __getstate__(self):
340
state = super(BaseTraitedSpec, self).__getstate__()
341
for key in self.__all__:
342
_trait_spec = self.trait(key)
343
- if _trait_spec.is_trait_type((OutputMultiObject, OutputMultiPath)):
+ if _trait_spec.is_trait_type(OutputMultiObject):
344
state[key] = _trait_spec.handler.get_value(self, key)
345
return state
346
0 commit comments