mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
ceph-disk: add missing space after >> operator
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
d3c60dc8ca
commit
0ada43f79d
@ -1652,7 +1652,7 @@ def main():
|
||||
args.func(args)
|
||||
|
||||
except Error as e:
|
||||
print >>sys.stderr, '{prog}: {msg}'.format(
|
||||
print >> sys.stderr, '{prog}: {msg}'.format(
|
||||
prog=args.prog,
|
||||
msg=e,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user