From 59c373c0c8d4fa6ea48852bf478cf106ee017243 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 8 Dec 2014 10:59:12 -0600 Subject: [PATCH] fixing some docs Signed-off-by: Andrew Schoen --- teuthology/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teuthology/run.py b/teuthology/run.py index 6f20b3ab..ade7f9fe 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...') -- 2.47.3