We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb9268 commit 21078e6Copy full SHA for 21078e6
ThreadPoolExecutorPlus/thread.py
@@ -80,7 +80,7 @@ def __init__(self , name , executor_reference, work_queue, initializer, initargs
80
def run(self):
81
if self._initializer is not None:
82
try:
83
- self._initializer(*initargs)
+ self._initializer(*self._initargs)
84
except BaseException:
85
_base.LOGGER.critical('Exception in initializer:', exc_info=True)
86
executor = self._executor_reference()
0 commit comments