mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 22:09:53 +08:00
Revert "KojiContentGenerator: Convert MMD to UTF-8"
This reverts commit ae79b711d8.
This breaks MBS with python3 and fixes only single occurence of this
issue. We want to fix this in libmodulemd or find a better way how
to fix this to work on both python2 and python3.
We have libmodulemd PR open to address this issue on libmodulemd
level: https://github.com/fedora-modularity/libmodulemd/issues/184.
This commit is contained in:
@@ -710,7 +710,7 @@ class KojiContentGenerator(object):
|
||||
# Fill in the list of built RPMs.
|
||||
mmd = self._fill_in_rpms_list(mmd, arch)
|
||||
|
||||
return text_type(mmd.dumps(), "utf-8")
|
||||
return text_type(mmd.dumps())
|
||||
|
||||
def _download_source_modulemd(self, mmd, output_path):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user