From 1f87ec820c336798c6ee570af497ffc35e6ab722 Mon Sep 17 00:00:00 2001 From: Vasil Velichkov Date: Tue, 13 Aug 2019 20:32:05 +0000 Subject: GNU Radio 3.8 support https://wiki.gnuradio.org/index.php/GNU_Radio_3.8_OOT_Module_Porting_Guide Change-Id: I23dd638c8c48ed0a4b50559ce33fbd5e60b7dcbc --- python/qa_burst_printer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qa_burst_printer.py') 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): """ -- cgit v1.2.3