]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
ls: fix extraneous newline
authorSage Weil <sage@newdream.net>
Mon, 16 Jan 2012 18:47:44 +0000 (10:47 -0800)
committerSage Weil <sage@newdream.net>
Mon, 16 Jan 2012 18:47:44 +0000 (10:47 -0800)
teuthology/suite.py

index 2f1c82a6729918e0492178c1dae283d60b98dca1..34b8a81b5abb7a390a5578a7e01c6d2020e6df45 100644 (file)
@@ -183,7 +183,7 @@ def ls():
                     tail = os.popen(
                         'tail -1 %s/%s/teuthology.log' % (args.archive_dir, j)
                         ).read().rstrip()
-                    print " (tail '%s')" % tail
+                    print " (tail '%s')" % tail,
                 except IOError, e:
                     continue
                 print ''