[ARVADOS] updated: 1.2.0-265-g97372d70d
Git user
git at public.curoverse.com
Thu Oct 25 17:39:38 EDT 2018
Summary of changes:
sdk/cwl/arvados_cwl/executor.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
via 97372d70d5e6c69efc6fecb767269bc545eb65f2 (commit)
from 9520639aaa6c58f621171e86e3f9d1bcaf6bf84c (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 97372d70d5e6c69efc6fecb767269bc545eb65f2
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Oct 25 17:21:05 2018 -0400
14198: Fix typo current -> current_container, add copyright header
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py
index 7256e1d0d..bf81853be 100644
--- a/sdk/cwl/arvados_cwl/executor.py
+++ b/sdk/cwl/arvados_cwl/executor.py
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
import argparse
import logging
import os
@@ -618,7 +622,7 @@ http://doc.arvados.org/install/install-api-server.html#disable_api_methods
return (runnerjob.uuid, "success")
current_container = get_current_container(self.api, self.num_retries, logger)
- if current:
+ if current_container:
logger.info("Running inside container %s", current_container.get("uuid"))
self.poll_api = arvados.api('v1', timeout=runtimeContext.http_timeout)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list