complete the docstring. Fixed #14794
Signed-off-by: 夏恺(Xia Kai) <xiaket@gmail.com>
This commit is contained in:
parent
38092dcc27
commit
f9a9e5e1b9
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ class TaskExecutor:
|
|||
def run(self):
|
||||
'''
|
||||
The main executor entrypoint, where we determine if the specified
|
||||
task requires looping and either runs the task with
|
||||
task requires looping and either runs the task with self._run_loop()
|
||||
or self._execute(). After that, the returned results are parsed and
|
||||
returned as a dict.
|
||||
'''
|
||||
|
||||
display.debug("in run()")
|
||||
|
|
Loading…
Reference in a new issue