aboutsummaryrefslogtreecommitdiffstats
path: root/python/qa_burst_printer.py
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-08-13 20:32:05 +0000
committerPiotr Krysik <ptrkrysik@gmail.com>2020-02-14 15:14:07 +0000
commit1f87ec820c336798c6ee570af497ffc35e6ab722 (patch)
treed36afa67ca9e716e10b71784e054023265ac0024 /python/qa_burst_printer.py
parent63090dbf14194523cfc0a88182627dfbd96e6434 (diff)
GNU Radio 3.8 support
https://wiki.gnuradio.org/index.php/GNU_Radio_3.8_OOT_Module_Porting_Guide Change-Id: I23dd638c8c48ed0a4b50559ce33fbd5e60b7dcbc
Diffstat (limited to 'python/qa_burst_printer.py')
-rwxr-xr-xpython/qa_burst_printer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qa_burst_printer.py b/python/qa_burst_printer.py
index a3d50d5..c1fdfaf 100755
--- a/python/qa_burst_printer.py
+++ b/python/qa_burst_printer.py
@@ -52,7 +52,7 @@ class qa_burst_printer (gr_unittest.TestCase):
out = ""
for l in expected_lines:
out = out + l + "\n"
- return out
+ return out.encode('utf-8')
def test_001_complete_bursts_prefix (self):
"""