ls: remote stray newline

This commit is contained in:
Sage Weil 2012-04-10 08:57:19 -07:00
parent 9906d5ed08
commit 7757fbb9bd

View File

@ -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: