mirror of
https://github.com/ceph/ceph
synced 2025-01-29 06:24:03 +00:00
ls: remote stray newline
This commit is contained in:
parent
9906d5ed08
commit
7757fbb9bd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user