1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 05:38:43 +02:00

Merge pull request #704 from lethliel/remove_decoding_of_hdr_filename

remove decoding of hdr.filename
This commit is contained in:
Marco Strigl
2019-12-10 11:38:16 +01:00
committed by GitHub

View File

@@ -78,7 +78,7 @@ class Fetcher:
# (which is routed to getbinaries)
# getbinaries does not support kiwi builds
if hdr.filename == b'.errors':
archive.copyin_file(decode_it(hdr.filename))
archive.copyin_file(hdr.filename)
raise oscerr.APIError('CPIO archive is incomplete '
'(see .errors file)')
if package == '_repository':