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/04/02 15:31:30 UTC

svn commit: r1670911 - /steve/trunk/pysteve/lib/plugins/stv.py

Author: humbedooh
Date: Thu Apr  2 13:31:30 2015
New Revision: 1670911

URL: http://svn.apache.org/r1670911
Log:
typo(?) in the original STV code

Modified:
    steve/trunk/pysteve/lib/plugins/stv.py

Modified: steve/trunk/pysteve/lib/plugins/stv.py
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/lib/plugins/stv.py?rev=1670911&r1=1670910&r2=1670911&view=diff
==============================================================================
--- steve/trunk/pysteve/lib/plugins/stv.py (original)
+++ steve/trunk/pysteve/lib/plugins/stv.py Thu Apr  2 13:31:30 2015
@@ -299,7 +299,7 @@ def exclude_lowest(candidates):
       elif c.ahead == ahead:
         use_rand = True
         if c.rand < rand:
-          ran = c.rand
+          rand = c.rand
           which = c
 
   if use_rand: