[tor-commits] [ooni-probe/master] fixed identation
art at torproject.org
art at torproject.org
Sat Jan 30 19:11:14 UTC 2016
commit 2bb4bd95770905c5111179c853417d530e623bba
Author: juga0 <juga>
Date: Tue Dec 22 21:22:55 2015 +0000
fixed identation
---
ooni/nettests/third_party/psiphon.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/nettests/third_party/psiphon.py b/ooni/nettests/third_party/psiphon.py
index 94dfa51..17c83c6 100644
--- a/ooni/nettests/third_party/psiphon.py
+++ b/ooni/nettests/third_party/psiphon.py
@@ -88,7 +88,7 @@ connect(False)
log.debug('PsiphonTest.test_psiphon')
self.report['success'] = None
- self.report['psiphon_installed'] = None
+ self.report['psiphon_installed'] = None
if not os.path.exists(self.psiphonpath):
log.err('psiphon path does not exists, is it installed?')
self.report['success'] = False
More information about the tor-commits
mailing list