From adcf46d59e7da4f08fbc9a94dcae52bc573c24ad Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 30 Jul 2014 11:40:29 -0400 Subject: [PATCH] Set first task to success --- crunch_scripts/run-command | 1 + 1 file changed, 1 insertion(+) diff --git a/crunch_scripts/run-command b/crunch_scripts/run-command index 1056925647..1ff985c337 100755 --- a/crunch_scripts/run-command +++ b/crunch_scripts/run-command @@ -125,6 +125,7 @@ if "task.foreach" in jobp: 'parameters': params } ).execute() + arvados.current_task().set_output(None) sys.exit(0) else: sys.exit(1) -- 2.30.2