This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git

commit 3a76a223d898eb43a53602766267268bdca9b5d3
Author: Greg Stein <[email protected]>
AuthorDate: Thu Jun 2 02:14:04 2022 -0500

    fix another longstanding typo
---
 monitoring/stv_tool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitoring/stv_tool.py b/monitoring/stv_tool.py
index f8e4269..d569f14 100755
--- a/monitoring/stv_tool.py
+++ b/monitoring/stv_tool.py
@@ -380,7 +380,7 @@ def try_remove_lowest(surplus, candidates):
 
 def exclude_lowest(candidates):
   which = None
-  used_rand = False
+  use_rand = False
 
   for c in candidates:
     if c.status == HOPEFUL or c.status == ALMOST:

Reply via email to