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 051de83 commit 840997aCopy full SHA for 840997a
nipype/interfaces/utility/wrappers.py
@@ -95,7 +95,7 @@ def __init__(
95
self.inputs.on_trait_change(self._set_function_string, "function_str")
96
self._input_names = ensure_list(input_names)
97
self._output_names = ensure_list(output_names)
98
- add_traits(self.inputs, list(self._input_names))
+ add_traits(self.inputs, self._input_names)
99
self.imports = imports
100
self._out = {}
101
for name in self._output_names:
0 commit comments