Skip to content

Commit 5c3bc19

Browse files
committed
API fix for somaworkflow
1 parent ca8d229 commit 5c3bc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/plugins/somaflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, plugin_args=None):
2323
raise ImportError('SomaFlow could not be imported')
2424
super(SomaFlowPlugin, self).__init__(plugin_args=plugin_args)
2525

26-
def _submit_graph(self, pyfiles, dependencies):
26+
def _submit_graph(self, pyfiles, dependencies, nodes):
2727
jobs = []
2828
soma_deps = []
2929
for idx, fname in enumerate(pyfiles):

0 commit comments

Comments
 (0)