complete the docstring. Fixed #14794

Signed-off-by: 夏恺(Xia Kai) <xiaket@gmail.com>
pull/15111/head
夏恺(Xia Kai) 8 years ago
parent 38092dcc27
commit f9a9e5e1b9

@ -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…
Cancel
Save