From: Andrew Schoen Date: Mon, 8 Dec 2014 16:59:12 +0000 (-0600) Subject: fixing some docs X-Git-Tag: 1.1.0~1067^2~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=59c373c0c8d4fa6ea48852bf478cf106ee017243;p=teuthology.git fixing some docs Signed-off-by: Andrew Schoen --- diff --git a/teuthology/run.py b/teuthology/run.py index 6f20b3abe..ade7f9fe4 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -151,7 +151,8 @@ def validate_tasks(config): """ Ensures that config tasks do not include 'kernel'. - If there is not tasks, return an empty list. + Returns the original tasks key if found. If not, returns an + empty list. """ if 'tasks' not in config: log.warning('No tasks specified. Continuing anyway...')