From 6f0f250b26b5028a5723a73d5411b28f60f5617e Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 21 Mar 2012 12:00:55 -0700 Subject: [PATCH] suite: add missing print statement --- teuthology/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite.py b/teuthology/suite.py index 8bb3c9f67703e..6b4a0b963b4b8 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -183,7 +183,7 @@ def ls(): print '(pid %s)' % pid, found = True if not found: - '(no process or summary.yaml)' % j, + print '(no process or summary.yaml)' # tail tail = os.popen( 'tail -1 %s/%s/teuthology.log' % (args.archive_dir, j) -- 2.39.5