From b2367851b8804e11b65abf1d1b4a0d9f5c609293 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 16 Oct 2013 12:11:47 -0500 Subject: [PATCH] Fix typo Signed-off-by: Zack Cerza --- teuthology/results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/results.py b/teuthology/results.py index e1fc17979d..7bbbdb5187 100644 --- a/teuthology/results.py +++ b/teuthology/results.py @@ -41,7 +41,7 @@ def main(args): def results(args): - archive_base = os.path.split(args.archive_dir, args.name) + archive_base = os.path.split(args.archive_dir)[0] serializer = ResultsSerializer(archive_base) starttime = time.time() -- 2.39.5