commit 8ec21f642126874a3ffbb7306ebef7939e3a8394 Author: Arturo Filastò art@fuffa.org Date: Tue Mar 17 21:47:34 2015 +0100
Point to the new citizenlab test lists directory --- ooni/deckgen/processors/citizenlab_test_lists.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ooni/deckgen/processors/citizenlab_test_lists.py b/ooni/deckgen/processors/citizenlab_test_lists.py index b455008..0a56ec0 100644 --- a/ooni/deckgen/processors/citizenlab_test_lists.py +++ b/ooni/deckgen/processors/citizenlab_test_lists.py @@ -28,7 +28,7 @@ def generate_country_input(country_code, dst):
input_list = config.get_data_file_path("resources/" "citizenlab-test-lists/" - "test-lists-master/csv/" + "test-lists-master/lists/" + country_code + ".csv")
if not os.path.exists(input_list): @@ -44,7 +44,7 @@ def generate_global_input(dst):
input_list = config.get_data_file_path("resources/" "citizenlab-test-lists/" - "test-lists-master/csv/" + "test-lists-master/lists/" "global.csv")
load_input(input_list, filename)
tor-commits@lists.torproject.org