From 8eda9feae8433434524c9de7f4257bc7ac920e05 Mon Sep 17 00:00:00 2001 From: Richard Top Date: Fri, 13 Oct 2023 12:23:50 +0000 Subject: [PATCH] Added a hook as a test for LANG=en_DK.UTF-8 variable --- eb_hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eb_hooks.py b/eb_hooks.py index f8d4a061e2..96ebaaac4b 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -201,6 +201,7 @@ def parse_hook_python_bare_set_LANG(ec, eprefix): print_msg("NOTE: The environment variable: LANG will be set to en_DK.UTF-8") ec.log.info("NOTE: The environment variable: LANG will be set to en_DK.UTF-8") os.environ['LANG'] = 'en_DK.UTF-8' + print_msg("NOTE: The environment variable: LANG is set to %s", os.getenv('LANG')) def parse_hook_ucx_eprefix(ec, eprefix):