Merge "Executors come in via options config, not keyword arguments"

This commit is contained in:
Jenkins
2015-06-25 05:40:43 +00:00
committed by Gerrit Code Review

View File

@@ -323,7 +323,7 @@ class _ExecutorTextMatch(collections.namedtuple('_ExecutorTextMatch',
class ParallelActionEngine(ActionEngine):
"""Engine that runs tasks in parallel manner.
Supported keyword arguments:
Supported option keys:
* ``executor``: a object that implements a :pep:`3148` compatible executor
interface; it will be used for scheduling tasks. The following