mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-04 18:46:17 +01:00
Merge pull request #704 from lethliel/remove_decoding_of_hdr_filename
remove decoding of hdr.filename
This commit is contained in:
commit
a5014eaa92
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user