From e92c2a749252e16dd5ced05f8bfa102902e49f80 Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Wed, 27 Aug 2014 14:41:01 -0700 Subject: [PATCH] Add more info in comments. Signed-off-by: Sandon Van Ness --- teuthology/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/report.py b/teuthology/report.py index ceaad59bf..7f052594b 100644 --- a/teuthology/report.py +++ b/teuthology/report.py @@ -79,7 +79,7 @@ class ResultsSerializer(object): :param run_name: The name of the run. :param job_id: The job's id. - :param simple(bool): Read less data for speed. + :param simple(bool): Read less data for speed (only orig.config.yaml/info.yaml) :returns: A dict. """ job_archive_dir = os.path.join(self.archive_base, -- 2.47.3