mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 08:34:21 -07:00
Merge pull request #10716 from mscherer/fix_export
Fix the name of the exported class ( pylint )
This commit is contained in:
commit
0fb4520d7a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ from ansible.playbook.task import Task
|
|||
|
||||
from ansible.utils.debug import debug
|
||||
|
||||
__all__ = ['ExecutorProcess']
|
||||
__all__ = ['WorkerProcess']
|
||||
|
||||
|
||||
class WorkerProcess(multiprocessing.Process):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue