From: Peter Amstutz Date: Wed, 30 Jul 2014 15:40:29 +0000 (-0400) Subject: Set first task to success X-Git-Tag: 1.1.0~2341^2~37 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/adcf46d59e7da4f08fbc9a94dcae52bc573c24ad Set first task to success --- 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)