summaryrefslogtreecommitdiff
path: root/gr-fec/python/fec/_qa_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/python/fec/_qa_helper.py')
-rw-r--r--gr-fec/python/fec/_qa_helper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fec/python/fec/_qa_helper.py b/gr-fec/python/fec/_qa_helper.py
index 8a1b37ec95..00a6015684 100644
--- a/gr-fec/python/fec/_qa_helper.py
+++ b/gr-fec/python/fec/_qa_helper.py
@@ -46,8 +46,8 @@ class _qa_helper(gr.top_block):
self.threading = threading
self.ext_encoder = extended_encoder(enc, threading=self.threading, puncpat=self.puncpat)
- self.ext_decoder= extended_decoder(dec, threading=self.threading, ann=None,
- puncpat=self.puncpat, integration_period=10000)
+ self.ext_decoder = extended_decoder(dec, threading=self.threading, ann=None,
+ puncpat=self.puncpat, integration_period=10000)
self.src = blocks.vector_source_b(data_size*[0, 1, 2, 3, 5, 7, 9, 13, 15, 25, 31, 45, 63, 95, 127], False)
self.unpack = blocks.unpack_k_bits_bb(8)