ceph-disk: add missing space after >> operator

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2013-03-20 13:15:36 +01:00
parent d3c60dc8ca
commit 0ada43f79d

View File

@ -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,
)