[or-cvs] [torflow/master 86/92] soat: test.nodes isn't callable.
mikeperry at torproject.org
mikeperry at torproject.org
Sat Aug 21 05:14:01 UTC 2010
Author: John M. Schanck <john at anomos.info>
Date: Wed, 18 Aug 2010 13:07:45 -0400
Subject: soat: test.nodes isn't callable.
Commit: d576ab4a8f0ddada535f2853fe4dfe0731a8408f
---
NetworkScanners/ExitAuthority/soat.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/NetworkScanners/ExitAuthority/soat.py b/NetworkScanners/ExitAuthority/soat.py
index 7008258..a33c8c3 100755
--- a/NetworkScanners/ExitAuthority/soat.py
+++ b/NetworkScanners/ExitAuthority/soat.py
@@ -3134,7 +3134,7 @@ def main(argv):
for test in to_run:
if test.finished():
continue
- current_exit_idhex = scanhdlr.select_exit_from_set(test.nodes().copy())
+ current_exit_idhex = scanhdlr.select_exit_from_set(test.nodes.copy())
if current_exit_idhex:
any_avail = True
result = test.run_test()
--
1.7.1
More information about the tor-commits
mailing list