summaryrefslogtreecommitdiff
path: root/gr-blocks/python
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-06-22 17:01:54 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-06-22 17:01:54 -0700
commit1d537a26b27b9d3ce6a3affc6ea500a9efc5a867 (patch)
treef4cd3b2ccb49a7ec76ee3197f14f30907fb49a71 /gr-blocks/python
parentc1f706fb1bec6a68191d44498c70d17226bd4ea7 (diff)
parentd8b3e478fed02053d06ad41037db1f9c9728c3b5 (diff)
Merge branch 'master' into next
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()