[tor-commits] [ooni-probe/master] Cosmetic fix
art at torproject.org
art at torproject.org
Fri Nov 20 14:41:58 UTC 2015
commit b1cf6c440c2b2c6f438a79511ce059426b4eabc3
Author: Arturo Filastò <art at fuffa.org>
Date: Mon Jul 27 16:53:04 2015 +0200
Cosmetic fix
---
ooni/utils/trueheaders.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/utils/trueheaders.py b/ooni/utils/trueheaders.py
index 3905949..ac73970 100644
--- a/ooni/utils/trueheaders.py
+++ b/ooni/utils/trueheaders.py
@@ -68,7 +68,7 @@ class TrueHeaders(http_headers.Headers):
except KeyError:
pass
- for k, v in itertools.chain(headers_a.getAllRawHeaders(), \
+ for k, v in itertools.chain(headers_a.getAllRawHeaders(),
headers_b.getAllRawHeaders()):
field_names.append(k)
More information about the tor-commits
mailing list