From 46f5721a767f8e012b3e3183412bb8f9c5ff0ac6 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 21 Mar 2016 17:01:15 -0400 Subject: [PATCH] 8654: Set args.submit = False --- crunch_scripts/cwl-runner | 1 + 1 file changed, 1 insertion(+) diff --git a/crunch_scripts/cwl-runner b/crunch_scripts/cwl-runner index 7fb14abd96..fbcb87326f 100755 --- a/crunch_scripts/cwl-runner +++ b/crunch_scripts/cwl-runner @@ -35,6 +35,7 @@ try: np = argparse.Namespace() np.project_uuid = arvados.current_job()["owner_uuid"] np.enable_reuse = True + np.submit = False outputObj = runner.arvExecutor(t, job_order_object, "", np, cwl_runner_job=arvados.current_job()) files = {} -- 2.30.2