summaryrefslogtreecommitdiff
path: root/gr-blocks/python
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-06-22 16:55:04 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-06-22 16:55:04 -0700
commitd8b3e478fed02053d06ad41037db1f9c9728c3b5 (patch)
treedb9e979dadfe3e8f2a200348a3140d47de84c0d3 /gr-blocks/python
parent37d373acee2112b0bb350e5abe09aca0115e5cc6 (diff)
parent1cb458583e142b67843645fe8346c9ce47c68398 (diff)
Merge branch 'maint'
Conflicts: gr-uhd/apps/uhd_app.py
Diffstat (limited to 'gr-blocks/python')
-rw-r--r--gr-blocks/python/blocks/qa_file_metadata.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/qa_file_metadata.py b/gr-blocks/python/blocks/qa_file_metadata.py
index 0d7628bbdc..886207f108 100644
--- a/gr-blocks/python/blocks/qa_file_metadata.py
+++ b/gr-blocks/python/blocks/qa_file_metadata.py
@@ -106,6 +106,7 @@ class test_file_metadata(gr_unittest.TestCase):
self.tb.connect(src, ssnk)
self.tb.run()
+ fsrc.close()
# Test to make sure tags with 'samp_rate' and 'rx_rate' keys
# were generated and received correctly.
tags = tsnk.current_tags()
@@ -187,6 +188,7 @@ class test_file_metadata(gr_unittest.TestCase):
self.tb.connect(src, ssnk)
self.tb.run()
+ fsrc.close()
# Test to make sure tags with 'samp_rate' and 'rx_rate' keys
# were generated and received correctly.
tags = tsnk.current_tags()