Merge pull request #15111 from xiaket/devel

complete the docstring. Fixed #14794
This commit is contained in:
Abhijit Menon-Sen 2016-03-23 13:13:42 +05:30
commit 1b242ffb89

View file

@ -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()")