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 6498abc commit 769deceCopy full SHA for 769dece
nipype/algorithms/misc.py
@@ -867,7 +867,7 @@ def _run_interface(self, runtime):
867
input_dict = {}
868
for key, val in self.inputs._outputs.items():
869
# expand lists to several columns
870
- if key == 'trait_added' and val in self.inputs._outputs.keys():
+ if key == 'trait_added' and val in self.inputs.copyable_trait_names():
871
continue
872
873
if isinstance(val, list):
0 commit comments