From 339687fe610426ec236907e9e6c09d49cecf03fc Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Mon, 16 Aug 2021 16:56:30 -0700 Subject: [PATCH] Set PYTHONIOENCODING to utf-8 Set the PYTHONIOENCODING to utf-8 in order to prevent the python interpreter from treating the character sets as ASCII. Closes-Bug: #1933513 Change-Id: Iec5af33bded88cabd16933ce2c7ff63635a945cc --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index c7906c3..11c39c3 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -17,6 +17,7 @@ grade: stable base: core18 environment: REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt + PYTHONIOENCODING: utf-8 plugs: dot-config-openstack: