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

19 Jun
2013
19 Jun
'13
12:32 p.m.
commit d1f41883c8d0187e6360b2a2b9075f0cb7eb7a37 Author: Arturo Filastò <art@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!")
4388
Age (days ago)
4388
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org