[ARVADOS] updated: 6248a5d1b8561dec7298e20e2858cc003df5a763
git at public.curoverse.com
git at public.curoverse.com
Mon Dec 14 17:23:25 EST 2015
Summary of changes:
tools/crunchstat-summary/crunchstat_summary/summarizer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6248a5d1b8561dec7298e20e2858cc003df5a763 (commit)
from 242b1cc2ca6b85f7bb9e176a786d7c484eb35c53 (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 6248a5d1b8561dec7298e20e2858cc003df5a763
Author: Brett Smith <brett at curoverse.com>
Date: Mon Dec 14 17:23:22 2015 -0500
7901: Fix variable name typo in crunchstat-summary.
Refs #7901.
diff --git a/tools/crunchstat-summary/crunchstat_summary/summarizer.py b/tools/crunchstat-summary/crunchstat_summary/summarizer.py
index 4e362d9..6516018 100644
--- a/tools/crunchstat-summary/crunchstat_summary/summarizer.py
+++ b/tools/crunchstat-summary/crunchstat_summary/summarizer.py
@@ -84,6 +84,6 @@ class Summarizer(object):
raise ValueError(
"collection {} has {} files; need exactly one".format(
job.log, len(filenames)))
- return c.open(filenames[0])
+ return collection.open(filenames[0])
else:
return sys.stdin
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list