diff --git a/osc/commandline.py b/osc/commandline.py index 89d23dac..6463ab71 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -1032,7 +1032,7 @@ class Osc(cmdln.Cmdln): d = '%s' % (aname[0], aname[1], values) url = makeurl(apiurl, attributepath) for data in streamfile(url, http_POST, data=d): - sys.stdout.write(data) + sys.stdout.write(decode_it(data)) # upload file if opts.file: