Switch locale to C.UTF-8

Relates: https://pagure.io/dusty/failed-composes/issue/1642
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2019-05-09 08:01:13 +02:00
parent b0f0579a9e
commit c1a03c259b

View File

@ -27,7 +27,7 @@ from pungi import get_full_version, util
# force C locales # force C locales
locale.setlocale(locale.LC_ALL, "C") locale.setlocale(locale.LC_ALL, "C.UTF-8")
COMPOSE = None COMPOSE = None