From: Andrew Schoen Date: Tue, 2 Dec 2014 16:40:25 +0000 (-0600) Subject: simple documentation update X-Git-Tag: 1.1.0~1067^2~22^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c38855579f7f41551049935798d991733143a5a9;p=teuthology.git simple documentation update Signed-off-by: Andrew Schoen --- diff --git a/teuthology/run.py b/teuthology/run.py index bc11b68d95..4866bc8049 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -103,7 +103,7 @@ def setup_config(config_paths): """ Takes a list of config yaml files and combines them into a single dictionary. Processes / validates the dictionary and then - returns a JobConfig instance. + returns it. """ config = merge_configs(config_paths)