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

art at torproject.org art at torproject.org
Tue Apr 30 13:01:44 UTC 2013


commit 2ab970acc483611f556accbfd21cd1db0c162a4e
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 files changed, 1 insertions(+), 1 deletions(-)

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