diff options
author | mormj <mormjb@gmail.com> | 2020-10-30 10:46:31 -0400 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-10-30 17:52:53 +0100 |
commit | 12192ee7d58de95ddca35a3e93bfc172bdb5c820 (patch) | |
tree | 14414e1454b2164aad0e2a7515e24d1fb56eddf1 /gr-digital/python/digital/qa_pfb_clock_sync.py | |
parent | babc17e616d01c09d281a59fbbf780961b372b39 (diff) |
qa: remove xml file parameter causing deprecation warnings
Diffstat (limited to 'gr-digital/python/digital/qa_pfb_clock_sync.py')
-rw-r--r-- | gr-digital/python/digital/qa_pfb_clock_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/digital/qa_pfb_clock_sync.py b/gr-digital/python/digital/qa_pfb_clock_sync.py index 2555228704..f9dfd6d66d 100644 --- a/gr-digital/python/digital/qa_pfb_clock_sync.py +++ b/gr-digital/python/digital/qa_pfb_clock_sync.py @@ -208,4 +208,4 @@ class test_pfb_clock_sync(gr_unittest.TestCase): if __name__ == '__main__': - gr_unittest.run(test_pfb_clock_sync, "test_pfb_clock_sync.xml") + gr_unittest.run(test_pfb_clock_sync) |