From 22b1f17f785cdf75e060bb19c7bf05677cf0042e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 10 Apr 2012 08:59:47 -0700 Subject: [PATCH] ls: another newline --- teuthology/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite.py b/teuthology/suite.py index f85fa73f95..0af78f934a 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -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) -- 2.39.5