Author: sebb
Date: Wed Oct 7 21:03:55 2015
New Revision: 1707386
URL: http://svn.apache.org/viewvc?rev=1707386&view=rev
Log:
Unnecessary local variable
Modified:
comdev/reporter.apache.org/trunk/site/getjson.py
Modified: comdev/reporter.apache.org/trunk/site/getjson.py
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/getjson.py?rev=1707386&r1=1707385&r2=1707386&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Wed Oct 7 21:03:55 2015
@@ -305,8 +305,7 @@ if m:
if xgroup in cchanges:
count[group][1] = len(cchanges[xgroup])
jdata[group] = [0,0, None]
- ddata[group], allpmcs, phealth = getProjectData(group)
- health[group] = phealth
+ ddata[group], allpmcs, health[group] = getProjectData(group)
rdata[group] = getReleaseData(group)
jiraname = group.upper()
if group in jmap: