]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
suite: fix print statement when summary doesn't exist
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 21 Mar 2012 18:58:17 +0000 (11:58 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 21 Mar 2012 18:58:17 +0000 (11:58 -0700)
teuthology/suite.py

index a0d33d60fabea91fa87bcca5e4ce1a6ba3f0387a..8bb3c9f67703ef5b1ca9c9459ad141206ed1343c 100644 (file)
@@ -169,7 +169,7 @@ def ls():
                     summary.update(new)
         except IOError, e:
             if e.errno == errno.ENOENT:
-                print '%s      ',
+                print '%s      ' % j
 
                 # pid
                 try: