From 78317dade4e29b06f1f83b16603cc8ef5c42c434 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 28 Aug 2014 10:06:37 -0400 Subject: [PATCH] 3719: Robust-put uses run-command logger. --- crunch_scripts/run-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch_scripts/run-command b/crunch_scripts/run-command index 1635ecdf69..48c8b5821d 100755 --- a/crunch_scripts/run-command +++ b/crunch_scripts/run-command @@ -225,7 +225,7 @@ if "task.vwd" in taskp: # Just a single task, so do merge with the original collection outcollection = vwd.checkin(subst.do_substitution(taskp, taskp["task.vwd"]), outdir, merge=True).manifest_text() else: - outcollection = robust_put.upload(outdir) + outcollection = robust_put.upload(outdir, logger) api.job_tasks().update(uuid=arvados.current_task()['uuid'], body={ -- 2.30.2