7901: Fix variable name typo in crunchstat-summary.
authorBrett Smith <brett@curoverse.com>
Mon, 14 Dec 2015 22:23:22 +0000 (17:23 -0500)
committerBrett Smith <brett@curoverse.com>
Mon, 14 Dec 2015 22:23:22 +0000 (17:23 -0500)
Refs #7901.

tools/crunchstat-summary/crunchstat_summary/summarizer.py

index 4e362d990d0a12b494fd52f83921623ceafee80e..65160184d6a48739df7c3ecf552483bb58310ad0 100644 (file)
@@ -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