Commit 07c3107c by Michael Scherer

Fix the name of the exported class ( pylint )

parent f25f2d96
......@@ -41,7 +41,7 @@ from ansible.playbook.task import Task
from ansible.utils.debug import debug
__all__ = ['ExecutorProcess']
__all__ = ['WorkerProcess']
class WorkerProcess(multiprocessing.Process):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment