[ARVADOS] updated: 03f812007d8a28d7023dddb6f1fafb72e65ec525
Git user
git at public.curoverse.com
Fri Dec 2 11:07:12 EST 2016
Summary of changes:
sdk/cwl/arvados_cwl/done.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 03f812007d8a28d7023dddb6f1fafb72e65ec525 (commit)
from 9be8a468534acaf324e9c18b831677f0ae067e60 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 03f812007d8a28d7023dddb6f1fafb72e65ec525
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Dec 2 11:07:08 2016 -0500
Fix bug done.done() not returning output value. refs #10293
diff --git a/sdk/cwl/arvados_cwl/done.py b/sdk/cwl/arvados_cwl/done.py
index 7bdae5a..c755565 100644
--- a/sdk/cwl/arvados_cwl/done.py
+++ b/sdk/cwl/arvados_cwl/done.py
@@ -35,7 +35,7 @@ def done(self, record, tmpdir, outdir, keepdir):
}, ensure_unique_name=True).execute(
num_retries=self.arvrunner.num_retries)
- done_outputs(self, record, tmpdir, outdir, keepdir)
+ return done_outputs(self, record, tmpdir, outdir, keepdir)
def done_outputs(self, record, tmpdir, outdir, keepdir):
self.builder.outdir = outdir
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list