diff --git a/beeflow/client/core.py b/beeflow/client/core.py index ea69345a9..225321e12 100644 --- a/beeflow/client/core.py +++ b/beeflow/client/core.py @@ -236,6 +236,7 @@ def redis(): # strings. env = dict(os.environ) env['LANG'] = 'C' + env['LC_ALL'] = 'C' return subprocess.Popen(cmd, env=env, stdout=log, stderr=log) # Workflow manager and task manager need to be opened with PIPE for their stdout/stderr