]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix typo
authorZack Cerza <zack@cerza.org>
Wed, 16 Oct 2013 17:11:47 +0000 (12:11 -0500)
committerZack Cerza <zack@cerza.org>
Wed, 16 Oct 2013 17:11:47 +0000 (12:11 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/results.py

index e1fc17979d49be7077027b46ab046ea622896758..7bbbdb5187d5ae99b9efa5f3f2fc14c45be1e7b8 100644 (file)
@@ -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()