Skip to content

Commit 0f78025

Browse files
committed
Removed unncessary function argument
1 parent 0e5e0e9 commit 0f78025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/plugins/multiproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .base import (DistributedPluginBase, report_crash)
1414

1515

16-
def run_node(node, updatehash, plugin_args=None):
16+
def run_node(node, updatehash):
1717
result = dict(result=None, traceback=None)
1818
try:
1919
result['result'] = node.run(updatehash=updatehash)

0 commit comments

Comments
 (0)