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 840997a commit 0cd125dCopy full SHA for 0cd125d
nipype/interfaces/utility/wrappers.py
@@ -97,7 +97,7 @@ def __init__(
97
self._output_names = ensure_list(output_names)
98
add_traits(self.inputs, self._input_names)
99
self.imports = imports
100
- self._out = {}
+ self._out = {name: None for name in self._output_names}
101
for name in self._output_names:
102
self._out[name] = None
103
0 commit comments