[ARVADOS] updated: 7653275ed04ca879047862408ad86dcb3a53c936
git at public.curoverse.com
git at public.curoverse.com
Tue Aug 12 17:47:34 EDT 2014
Summary of changes:
sdk/python/bin/arv-get | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7653275ed04ca879047862408ad86dcb3a53c936 (commit)
from 694b8e7db124233ec947f5fa7b6fe0702577c3a0 (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 7653275ed04ca879047862408ad86dcb3a53c936
Author: Brett Smith <brett at curoverse.com>
Date: Tue Aug 12 17:49:03 2014 -0400
3457: Fixup: Update a missed logging call.
diff --git a/sdk/python/bin/arv-get b/sdk/python/bin/arv-get
index 5c16f2c..4d8140c 100755
--- a/sdk/python/bin/arv-get
+++ b/sdk/python/bin/arv-get
@@ -129,7 +129,7 @@ if not get_prefix:
uuid=collection).execute()
manifest = c['manifest_text']
except Exception as e:
- logging.warning(
+ logger.warning(
"API lookup failed for collection %s (%s: %s)",
collection, type(e), str(e))
manifest = arvados.Keep.get(collection)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list