[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Call set paths after setting home
commit 081d6725cf08185c9e04700db673fd702050bf67
Author: Arturo Filastò <art@xxxxxxxxx>
Date: Thu Apr 2 19:59:12 2015 +0200
Call set paths after setting home
---
ooni/settings.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/ooni/settings.py b/ooni/settings.py
index ebaa1ff..6e0f9a5 100644
--- a/ooni/settings.py
+++ b/ooni/settings.py
@@ -128,6 +128,7 @@ class OConfig(object):
def initialize_ooni_home(self, custom_home=None):
if custom_home:
self._custom_home = custom_home
+ self.set_paths()
if not os.path.isdir(self.ooni_home):
print "Ooni home directory does not exist."
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits