Skip to content

Commit 9c374e4

Browse files
oestebaneffigies
andauthored
Update nipype/interfaces/base/specs.py [skip ci]
Co-Authored-By: Chris Markiewicz <effigies@gmail.com>
1 parent c8a3797 commit 9c374e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base/specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def __getstate__(self):
340340
state = super(BaseTraitedSpec, self).__getstate__()
341341
for key in self.__all__:
342342
_trait_spec = self.trait(key)
343-
if _trait_spec.is_trait_type((OutputMultiObject, OutputMultiPath)):
343+
if _trait_spec.is_trait_type(OutputMultiObject):
344344
state[key] = _trait_spec.handler.get_value(self, key)
345345
return state
346346

0 commit comments

Comments
 (0)