diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-04 19:43:53 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-01-14 19:33:23 +0000 |
commit | 48bdbcd8f9d573138c43f994ddfff946d8a9d9b5 (patch) | |
tree | 51bd7c72590aca03069b4c799535500d193b9877 /.gitignore | |
parent | 57584d99dd8a8524db90c67c88525d58879d9b8e (diff) |
tests: fix worker thread initialization
from threading.thread __init__:
This constructor should always be called with keyword arguments.
If a subclass overrides the constructor, it must make sure to invoke
the base class constructor (Thread.__init__()) before doing anything
else to the thread.
Type: test
Change-Id: Ifa89202e97053a4baf19e9a0ca0913430d5087a3
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions