]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ls: another newline
authorSage Weil <sage@newdream.net>
Tue, 10 Apr 2012 15:59:47 +0000 (08:59 -0700)
committerSage Weil <sage@newdream.net>
Tue, 10 Apr 2012 15:59:47 +0000 (08:59 -0700)
teuthology/suite.py

index f85fa73f9534497bcfdbbb1348789034d9e27675..0af78f934af78a4484d7b86bd3141f8febce8bd6 100644 (file)
@@ -183,7 +183,7 @@ def ls():
                                 print '(pid %s)' % pid,
                                 found = True
                     if not found:
-                        print '(no process or summary.yaml)'
+                        print '(no process or summary.yaml)',
                     # tail
                     tail = os.popen(
                         'tail -1 %s/%s/teuthology.log' % (args.archive_dir, j)