Commit 15470ae4 authored by zhuwenwen's avatar zhuwenwen
Browse files

update update_environment_variables

parent c8a2d2a4
......@@ -690,7 +690,7 @@ def update_environment_variables(envs: dict[str, str]):
logger.warning(
"Overwriting environment variable %s "
"from '%s' to '%s'", k, os.environ[k], v)
os.environ[k] = v
# os.environ[k] = v
def chunk_list(lst: list[T], chunk_size: int):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment