From c696fb2a0e211dd1e77a52202bedf9ca67855c14 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Mon, 27 Jan 2025 04:31:40 +0530 Subject: [PATCH] Fix typo in docker_utils --- automation/script/docker_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/automation/script/docker_utils.py b/automation/script/docker_utils.py index f67211fcb..04d7c388d 100644 --- a/automation/script/docker_utils.py +++ b/automation/script/docker_utils.py @@ -77,7 +77,6 @@ def process_mounts(mounts, env, docker_settings, f_run_cmd): container_env_string += f" --env.{host_env_key}={container_env_key} " for key, value in docker_input_mapping.items(): if value == host_env_key: - i[key] = container_env_key f_run_cmd[key] = container_env_key # Remove invalid mounts and construct mount string