mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-04 22:53:42 +02:00
Fix crash when reading dst package meta in 'linkpac' command
This commit is contained in:
@@ -3287,7 +3287,7 @@ def link_pac(
|
||||
|
||||
if disable_build or disable_publish:
|
||||
meta_change = True
|
||||
root = ET.fromstring(''.join(dst_meta))
|
||||
root = ET.fromstring(b"".join(dst_meta))
|
||||
|
||||
if disable_build:
|
||||
elm = root.find('build')
|
||||
|
Reference in New Issue
Block a user