1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00

decode data on osc lbl

This commit is contained in:
lethliel 2019-09-12 10:41:26 +02:00
parent 406918469d
commit ee64437521

View File

@ -5619,7 +5619,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
while len(data):
if opts.strip_time or conf.config['buildlog_strip_time']:
data = buildlog_strip_time(data)
sys.stdout.write(data)
sys.stdout.write(decode_it(data))
data = f.read(BUFSIZE)
f.close()