mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Fix PyLint
This commit is contained in:
parent
344ce6ee4d
commit
bea7634b47
@ -288,7 +288,7 @@ def create_worker_pool(thread_count=POOL_NUM_THREAD):
|
|||||||
|
|
||||||
for start, job in current_jobs:
|
for start, job in current_jobs:
|
||||||
_LOGGER.warning("WorkerPool:Current job from %s: %s",
|
_LOGGER.warning("WorkerPool:Current job from %s: %s",
|
||||||
util.datetime_to_str(start), job)
|
util.datetime_to_str(start), job)
|
||||||
|
|
||||||
return util.ThreadPool(thread_count, job_handler, busy_callback)
|
return util.ThreadPool(thread_count, job_handler, busy_callback)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user