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:
parent
406918469d
commit
ee64437521
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user