提交 6dd623b1 编写于 作者: S sneaxiy

test=develop

上级 719ebe37
...@@ -209,6 +209,7 @@ class TestPyReaderUsingExecutor(unittest.TestCase): ...@@ -209,6 +209,7 @@ class TestPyReaderUsingExecutor(unittest.TestCase):
else: else:
thread = threading.Thread( thread = threading.Thread(
target=feed_data, args=(feed_queue, reader)) target=feed_data, args=(feed_queue, reader))
thread.daemon = True
thread.start() thread.start()
self.outputs = [] self.outputs = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册