From: Sage Weil Date: Tue, 10 Apr 2012 15:57:19 +0000 (-0700) Subject: ls: remote stray newline X-Git-Tag: 1.1.0~2580 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7757fbb9bd91f72d7c38b004a9ca749d88f73eee;p=teuthology.git ls: remote stray newline --- diff --git a/teuthology/suite.py b/teuthology/suite.py index 6b4a0b963b..f85fa73f95 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -169,7 +169,7 @@ def ls(): summary.update(new) except IOError, e: if e.errno == errno.ENOENT: - print '%s ' % j + print '%s ' % j, # pid try: