[ARVADOS] updated: 1bf2e116aae97f0a6a9ed0962cd74e092e3b4695
Git user
git at public.curoverse.com
Fri Jan 20 11:36:09 EST 2017
Summary of changes:
sdk/cwl/arvados_cwl/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1bf2e116aae97f0a6a9ed0962cd74e092e3b4695 (commit)
from 5e701cdce50d617a40c141a21cd31cfa5d209f66 (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 1bf2e116aae97f0a6a9ed0962cd74e092e3b4695
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Jan 20 11:36:05 2017 -0500
10812: Fix indentation typo.
diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index a0c9d57..cd9706c 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -177,7 +177,7 @@ class ArvCwlRunner(object):
for p in proc_states["items"]:
self.on_message({
- "object_uuid": p["uuid"],
+ "object_uuid": p["uuid"],
"event_type": "update",
"properties": {
"new_attributes": p
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list