From ee5be281793582a8c62e690e0248d910b544ab5c Mon Sep 17 00:00:00 2001 From: lakshyacis Date: Tue, 22 Oct 2019 19:51:59 +0530 Subject: [PATCH] helper_threading quality fixes --- src/helper_threading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper_threading.py b/src/helper_threading.py index e4fbe940..56dd7063 100644 --- a/src/helper_threading.py +++ b/src/helper_threading.py @@ -16,6 +16,6 @@ else: def _thread_name_hack(self): set_thread_name(self.name) threading.Thread.__bootstrap_original__(self) - + # pylint: disable=protected-access threading.Thread.__bootstrap_original__ = threading.Thread._Thread__bootstrap threading.Thread._Thread__bootstrap = _thread_name_hack