]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Append '/' to the end of the log directory path
authorZack Cerza <zack@cerza.org>
Wed, 4 Sep 2013 20:16:33 +0000 (15:16 -0500)
committerZack Cerza <zack@cerza.org>
Wed, 4 Sep 2013 20:16:33 +0000 (15:16 -0500)
teuthology/suite.py

index eae4fee21acfc3132c7eb9240dc86f3bcb1477b5..0f79519dd132ed89163e725ceb1f01e451614dbf 100644 (file)
@@ -452,7 +452,7 @@ def get_http_log_path(archive_dir, job_id):
     if not http_base:
         return None
     archive_subdir = os.path.split(archive_dir)[-1]
-    return os.path.join(http_base, archive_subdir, str(job_id))
+    return os.path.join(http_base, archive_subdir, str(job_id), '')
 
 
 def get_jobs(archive_dir):