Skip to content

Commit 62f2300

Browse files
committed
fix: datagrabber outfields
1 parent e87ffe2 commit 62f2300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ def __init__(self, infields=None, outfields=None, **kwargs):
439439
undefined_traits = {}
440440
# used for mandatory inputs check
441441
self._infields = infields
442+
self._outfields = outfields
442443
if infields:
443444
for key in infields:
444445
self.inputs.add_trait(key, traits.Any)

0 commit comments

Comments
 (0)