diff --git a/osc/core.py b/osc/core.py index ed9ee938..efb4c5d0 100644 --- a/osc/core.py +++ b/osc/core.py @@ -3301,7 +3301,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')