[tor-commits] [sbws/master] Revert "Add cli arg to rm the bw file link"

juga at torproject.org juga at torproject.org
Wed Oct 24 09:40:24 UTC 2018


commit 5d0a8b3a3a3eac33be5f85a8b1f1975e6cfad7bc
Author: juga0 <juga at riseup.net>
Date:   Tue Oct 23 08:59:27 2018 +0000

    Revert "Add cli arg to rm the bw file link"
    
    This reverts commit 199c92747068bd45184dddfab3d07b4ed2acb45f.
    We decided that this option is not needed when the header include
    statistics about the percentage of relays that failed.
---
 sbws/core/generate.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sbws/core/generate.py b/sbws/core/generate.py
index 66c9d7d..e2b9ea9 100644
--- a/sbws/core/generate.py
+++ b/sbws/core/generate.py
@@ -61,9 +61,6 @@ def gen_parser(sub):
                         "other.")
     p.add_argument('-n', '--min-num', default=NUM_MIN_RESULTS, type=int,
                    help="Mininum number of a results to consider them.")
-    p.add_argument('-l', '--rm-link', action='store_true',
-                   help='If specified, remove latest.v3bw link when there '
-                        'are no relays to include in it.')
 
 
 def main(args, conf):





More information about the tor-commits mailing list