aboutsummaryrefslogtreecommitdiffstats
path: root/gr-trellis
diff options
context:
space:
mode:
authormormj <mormjb@gmail.com>2020-10-30 10:46:31 -0400
committerMarcus Müller <marcus@hostalia.de>2020-10-30 17:52:53 +0100
commit12192ee7d58de95ddca35a3e93bfc172bdb5c820 (patch)
tree14414e1454b2164aad0e2a7515e24d1fb56eddf1 /gr-trellis
parentRemove gru.daemonize and dial_tone_daemon example (diff)
downloadgnuradio-12192ee7d58de95ddca35a3e93bfc172bdb5c820.tar.xz
gnuradio-12192ee7d58de95ddca35a3e93bfc172bdb5c820.zip
qa: remove xml file parameter causing deprecation warnings
Diffstat (limited to 'gr-trellis')
-rw-r--r--gr-trellis/python/trellis/qa_trellis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/python/trellis/qa_trellis.py b/gr-trellis/python/trellis/qa_trellis.py
index 1c690cf93..fcd2f2d87 100644
--- a/gr-trellis/python/trellis/qa_trellis.py
+++ b/gr-trellis/python/trellis/qa_trellis.py
@@ -120,4 +120,4 @@ class trellis_tb(gr.top_block):
if __name__ == '__main__':
- gr_unittest.run(test_trellis, "test_trellis.xml")
+ gr_unittest.run(test_trellis)