[ARVADOS] created: 80eb5efc773680493edefdb8dda08ecbb21db824

Git user git at public.curoverse.com
Wed Aug 10 12:30:19 EDT 2016


        at  80eb5efc773680493edefdb8dda08ecbb21db824 (commit)


commit 80eb5efc773680493edefdb8dda08ecbb21db824
Author: radhika <radhika at curoverse.com>
Date:   Wed Aug 10 12:29:31 2016 -0400

    9658: when arvados-cwl-runner is invoked with --api containers, display the container_request uuid to console.

diff --git a/sdk/cwl/arvados_cwl/arvcontainer.py b/sdk/cwl/arvados_cwl/arvcontainer.py
index 73ba8d5..780ab89 100644
--- a/sdk/cwl/arvados_cwl/arvcontainer.py
+++ b/sdk/cwl/arvados_cwl/arvcontainer.py
@@ -100,7 +100,7 @@ class ArvadosContainer(object):
 
             self.arvrunner.processes[response["container_uuid"]] = self
 
-            logger.info("Container %s (%s) request state is %s", self.name, response["container_uuid"], response["state"])
+            logger.info("Container %s (%s) request state is %s", self.name, response["uuid"], response["state"])
 
             if response["state"] == "Final":
                 self.done(response)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list