You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/22 20:37:16 UTC

svn commit: r1668463 - /steve/trunk/pytest/www/cgi-bin/rest_admin.py

Author: humbedooh
Date: Sun Mar 22 19:37:15 2015
New Revision: 1668463

URL: http://svn.apache.org/r1668463
Log:
wrong var name

Modified:
    steve/trunk/pytest/www/cgi-bin/rest_admin.py

Modified: steve/trunk/pytest/www/cgi-bin/rest_admin.py
URL: http://svn.apache.org/viewvc/steve/trunk/pytest/www/cgi-bin/rest_admin.py?rev=1668463&r1=1668462&r2=1668463&view=diff
==============================================================================
--- steve/trunk/pytest/www/cgi-bin/rest_admin.py (original)
+++ steve/trunk/pytest/www/cgi-bin/rest_admin.py Sun Mar 22 19:37:15 2015
@@ -262,7 +262,7 @@ else:
                                             val = []
                                             z = 0
                                             for entry in xval:
-                                                val.append({'name': entry.strip(), 'statement': statements[z] if len(candidates) > z else ""})
+                                                val.append({'name': entry.strip(), 'statement': statements[z] if len(statements) > z else ""})
                                                 z += 1
                                         if field == "statements":
                                             try: