Skip to content

Commit

Permalink
Add env print
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Dec 11, 2024
1 parent 829cdab commit 38e2645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beeflow/common/deps/redis_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def start(log):
# from Redis, so setting LANG=C. This could have consequences for UTF-8
# strings.
env = dict(os.environ)
print(f"env is {env}")
env['LANG'] = 'C'
env['LC_ALL'] = 'C'
print(f"env is {env}")
Expand Down

0 comments on commit 38e2645

Please sign in to comment.