You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/08/19 15:17:37 UTC

svn commit: r1696581 - /comdev/reporter.apache.org/trunk/site/chi.py

Author: sebb
Date: Wed Aug 19 13:17:37 2015
New Revision: 1696581

URL: http://svn.apache.org/r1696581
Log:
docs

Modified:
    comdev/reporter.apache.org/trunk/site/chi.py

Modified: comdev/reporter.apache.org/trunk/site/chi.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/chi.py?rev=1696581&r1=1696580&r2=1696581&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/chi.py (original)
+++ comdev/reporter.apache.org/trunk/site/chi.py Wed Aug 19 13:17:37 2015
@@ -114,12 +114,12 @@ cdata = {}
 if m:
     uid = m.group(1)
     if uid:
-        mlstats = {}
+        mlstats = {} # Does not appear to be used
         with open("/var/www/reporter.apache.org/data/mailinglists.json", "r") as f:
             ml = json.loads(f.read())
             f.close()
             for entry in ml:
-                tlp = entry.split(".")[0]
+                tlp = entry.split(".")[0] # e.g. lucene.apache.org-general => lucene
                 if tlp in pmap:
                     tlp = pmap[tlp]
                 if True: