You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2022/10/10 15:38:29 UTC

svn commit: r1904494 - /comdev/reporter.apache.org/trunk/scripts/pdata.py

Author: humbedooh
Date: Mon Oct 10 15:38:29 2022
New Revision: 1904494

URL: http://svn.apache.org/viewvc?rev=1904494&view=rev
Log:
Only grab the project's data, not all projects

Modified:
    comdev/reporter.apache.org/trunk/scripts/pdata.py

Modified: comdev/reporter.apache.org/trunk/scripts/pdata.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/pdata.py?rev=1904494&r1=1904493&r2=1904494&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/pdata.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/pdata.py Mon Oct 10 15:38:29 2022
@@ -315,7 +315,7 @@ def generate(user, project, runkibble):
         ddata, _, health = getProjectData(group)
         rdata = getReleaseData(group)
         if group in bugzillastats:
-            bdata = bugzillastats
+            bdata = bugzillastats[group]
         else:
             bdata = [0,0,{}]
         # a PMC may have projects using Bugzilla *and* JIRA - e.g. Tomcat - (or neither)