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 2019/08/03 07:17:00 UTC

svn commit: r1864311 - /comdev/reporter.apache.org/trunk/site/getjson.py

Author: humbedooh
Date: Sat Aug  3 07:17:00 2019
New Revision: 1864311

URL: http://svn.apache.org/viewvc?rev=1864311&view=rev
Log:
init kibble var

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=1864311&r1=1864310&r2=1864311&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Sat Aug  3 07:17:00 2019
@@ -375,12 +375,14 @@ if re.match(r"^[-a-zA-Z0-9_.]+$", user):
         mlstats = {}
     
     # Add in kibble data if called with only= ...
+    kibble = None
     if oproject:
         try:
             txt = subprocess.check_output(('%s/site/wizard/kibble.py', oproject))
             kibble = json.loads(txt)
         except:
             pass
+    
     output = {
         'count': count,
         'pmcs': groups,