mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
Merge pull request #568 from MaximilianMeister/fetch
cast bytes object to string during os.path.join
This commit is contained in:
commit
d5c91d6a73
@ -176,7 +176,7 @@ class Fetcher:
|
||||
sys.exit(1)
|
||||
canonname = pac_obj.binary
|
||||
|
||||
fullfilename = os.path.join(destdir, canonname)
|
||||
fullfilename = os.path.join(destdir, decode_it(canonname))
|
||||
if pac_obj is not None:
|
||||
pac_obj.canonname = canonname
|
||||
pac_obj.fullfilename = fullfilename
|
||||
|
Loading…
x
Reference in New Issue
Block a user