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/07/02 11:14:15 UTC

svn commit: r1688790 - /comdev/reporter.apache.org/data/parsepmcs.py

Author: sebb
Date: Thu Jul  2 09:14:14 2015
New Revision: 1688790

URL: http://svn.apache.org/r1688790
Log:
Synch an on-disk change (SVN copy has additional changes)

Modified:
    comdev/reporter.apache.org/data/parsepmcs.py

Modified: comdev/reporter.apache.org/data/parsepmcs.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/data/parsepmcs.py?rev=1688790&r1=1688789&r2=1688790&view=diff
==============================================================================
--- comdev/reporter.apache.org/data/parsepmcs.py (original)
+++ comdev/reporter.apache.org/data/parsepmcs.py Thu Jul  2 09:14:14 2015
@@ -60,7 +60,7 @@ for committer in re.findall(r"<tr>([\S\s
             if not project in projects:
                 projects[project] = {}
                 newgroups.append(project)
-            if project in newgroups:
+            elif project in newgroups:
                 now = 0
             if not cid in projects[project]:
                 projects[project][cid] = [cname, now, time.time()]