Skip to content

Commit 1523210

Browse files
committed
Merge pull request #467 from moloney/mapnode-plugin
BF: Pass plugin_args to child nodes of MapNode
2 parents 8d34ba0 + 649843e commit 1523210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/pipeline/engine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,6 +1596,7 @@ def _make_nodes(self, cwd=None):
15961596
node = Node(deepcopy(self._interface), name=nodename)
15971597
node.overwrite = self.overwrite
15981598
node.run_without_submitting = self.run_without_submitting
1599+
node.plugin_args = self.plugin_args
15991600
node._interface.inputs.set(**deepcopy(self._interface.inputs.get()))
16001601
for field in self.iterfield:
16011602
fieldvals = filename_to_list(getattr(self.inputs, field))

0 commit comments

Comments
 (0)