commit a9deba5b6bc5d402fce412ca73cee93113316f1c Author: juga0 juga@riseup.net Date: Mon Oct 15 11:44:20 2018 +0000
Ops, line commented too long, repphrase --- sbws/lib/v3bwfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index 6e06c6b..4eecda6 100644 --- a/sbws/lib/v3bwfile.py +++ b/sbws/lib/v3bwfile.py @@ -276,8 +276,7 @@ class V3BWLine(object): # useful args for scaling if success_results: if not len(success_results) >= min_num: - # log.debug('There are no results with relays that have at least' - # '{} results.'.format(min_num)) + # log.debug('The number of results is les than %s', min_num) return None results_away = \ cls.results_away_each_other(success_results, secs_away)
tor-commits@lists.torproject.org