ewoksjob.apps.arguments.merge_execute_arguments#

ewoksjob.apps.arguments.merge_execute_arguments(client_execute_arguments, worker_execute_arguments)[source]#

Client arguments have precedence over worker arguments in case merging does not apply.

Parameters:
  • client_execute_arguments (Optional[Dict[str, Any]])

  • worker_execute_arguments (Optional[Dict[str, Any]])

Return type:

Dict[str, Any]