diff --git a/osc/commandline.py b/osc/commandline.py index 4eeecd3d..6749d1df 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3058,7 +3058,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. buf = f.read(16384) if not buf: break - sys.stdout.write(buf) + sys.stdout.write(decode_it(buf)) @cmdln.option('-m', '--message', metavar='TEXT',