mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
Encode rendered Jinja template to utf-8 before writing
CURA-12400
This commit is contained in:
parent
b227ea1585
commit
6dbb1c7dde
@ -347,7 +347,7 @@ class CuraConan(ConanFile):
|
||||
cura_latest_url=self.conan_data["urls"][self._urls]["cura_latest_url"],
|
||||
conan_installs=self._conan_installs(),
|
||||
python_installs=self._python_installs(),
|
||||
dependencies_description=self._dependencies_description().decode("utf-8"),
|
||||
dependencies_description=self._dependencies_description(),
|
||||
).encode("utf-8"))
|
||||
|
||||
def _delete_unwanted_binaries(self, root):
|
||||
|
Loading…
x
Reference in New Issue
Block a user