[tor-commits] [ooni-probe/master] Add newline to please the Sphinx

art at torproject.org art at torproject.org
Sun Dec 2 17:49:33 UTC 2012


commit 5acfd8072b3f1dff89b3bf7f1f01a15951d72fe1
Author: aagbsn <aagbsn at extc.org>
Date:   Fri Nov 30 17:31:11 2012 +0000

    Add newline to please the Sphinx
---
 ooni/templates/scapyt.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ooni/templates/scapyt.py b/ooni/templates/scapyt.py
index a787115..8e6ce9c 100644
--- a/ooni/templates/scapyt.py
+++ b/ooni/templates/scapyt.py
@@ -24,7 +24,8 @@ class BaseScapyTest(NetTestCase):
 
     report:
         sent_packets: [{'raw_packet': BASE64Encoding of packet,
-                        'summary': 'IP / TCP 192.168.2.66:ftp_data > 8.8.8.8:http S']
+                        'summary': 'IP / TCP 192.168.2.66:ftp_data > 8.8.8.8:http S'}]
+
         answered_packets: []
 
     """





More information about the tor-commits mailing list