Skip to content

Commit

Permalink
Added a hook as a test for LANG=en_DK.UTF-8 variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Oct 13, 2023
1 parent 86614ac commit 8eda9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8eda9fe

Please sign in to comment.