Skip to content
Snippets Groups Projects
Commit 9501672f authored by Nick Curtis's avatar Nick Curtis
Browse files

add kwargs to catch any differing args between executors (e.g. out_host)

parent 89291ac6
No related branches found
No related tags found
1 merge request!108C execution
......@@ -674,7 +674,7 @@ class ExecutionWrapperGeneratorBase(object):
"%s=None" % idi.name
for idi in implemented_data_info
if issubclass(idi.arg_class, KernelArgument)
])
] + ['**kw_args'])
gen.add_to_preamble("from __future__ import division")
gen.add_to_preamble("")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment