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:21:27 UTC

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

Author: humbedooh
Date: Sat Aug  3 07:21:27 2019
New Revision: 1864314

URL: http://svn.apache.org/viewvc?rev=1864314&view=rev
Log:
typo

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=1864314&r1=1864313&r2=1864314&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Sat Aug  3 07:21:27 2019
@@ -378,7 +378,7 @@ if re.match(r"^[-a-zA-Z0-9_.]+$", user):
     kibble = None
     if oproject:
         try:
-            txt = subprocess.check_output(('%s/site/wizard/kibble.py' % RAO_HOME, oproject))
+            txt = subprocess.check_output(('%wizard/kibble.py' % RAOHOME, oproject))
             kibble = json.loads(txt)
         except:
             pass