mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
Merge 1c3bade37e into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -225,7 +225,7 @@ pub(crate) async fn execute_exec_env(
|
||||
let ExecEnv {
|
||||
command,
|
||||
cwd,
|
||||
env,
|
||||
mut env,
|
||||
expiration,
|
||||
sandbox,
|
||||
windows_sandbox_level,
|
||||
@@ -234,6 +234,10 @@ pub(crate) async fn execute_exec_env(
|
||||
arg0,
|
||||
} = env;
|
||||
|
||||
if let Some(network) = network.as_ref() {
|
||||
network.apply_to_env(&mut env);
|
||||
}
|
||||
|
||||
let params = ExecParams {
|
||||
command,
|
||||
cwd,
|
||||
|
||||
Reference in New Issue
Block a user