[tor-commits] [ooni-probe/develop] Rename private option to test_file to separate it from test string.

isis at torproject.org isis at torproject.org
Wed Jun 26 01:02:10 UTC 2013


commit d1f41883c8d0187e6360b2a2b9075f0cb7eb7a37
Author: Arturo Filastò <art at fuffa.org>
Date:   Wed Feb 27 17:08:43 2013 +0100

    Rename private option to test_file to separate it from test string.
---
 ooni/oonicli.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/oonicli.py b/ooni/oonicli.py
index 2fd4688..243b90c 100644
--- a/ooni/oonicli.py
+++ b/ooni/oonicli.py
@@ -68,7 +68,7 @@ class Options(usage.Options):
         if self['testdeck']:
             return
         try:
-            self['test'] = args[0]
+            self['test_file'] = args[0]
             self['subargs'] = args[1:]
         except:
             raise usage.UsageError("No test filename specified!")





More information about the tor-commits mailing list