complete the docstring. Fixed #14794

Signed-off-by: 夏恺(Xia Kai) <xiaket@gmail.com>
This commit is contained in:
夏恺(Xia Kai) 2016-03-23 07:20:27 +00:00
parent 38092dcc27
commit f9a9e5e1b9

View file

@ -75,7 +75,9 @@ class TaskExecutor:
def run(self): def run(self):
''' '''
The main executor entrypoint, where we determine if the specified 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()") display.debug("in run()")