[ooni-probe/master] Call set paths after setting home

3 Apr
2015
3 Apr
'15
1:06 p.m.
commit 081d6725cf08185c9e04700db673fd702050bf67 Author: Arturo Filastò <art@fuffa.org> 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."
3730
Age (days ago)
3730
Last active (days ago)
0 comments
1 participants
participants (1)
-
art@torproject.org