Author: humbedooh
Date: Sat Aug 3 07:24:54 2019
New Revision: 1864316
URL: http://svn.apache.org/viewvc?rev=1864316&view=rev
Log:
dagnabbit a 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=1864316&r1=1864315&r2=1864316&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Sat Aug 3 07:24:54 2019
@@ -379,7 +379,7 @@ if re.match(r"^[-a-zA-Z0-9_.]+$", user):
kibble = None
if oproject:
try:
- txt = subprocess.check_output(('%/site/wizard/kibble.py' % RAOHOME_FULL, oproject))
+ txt = subprocess.check_output(('%s/site/wizard/kibble.py' % RAOHOME_FULL, oproject))
kibble = json.loads(txt)
except:
pass
|