From ab1aa0dce9f0f72a94b2d472694290288d1513b7 Mon Sep 17 00:00:00 2001 From: Reinier Criel Date: Fri, 21 Nov 2025 09:58:43 -0800 Subject: [PATCH] Little cleanup --- packages/safe-chain/src/packagemanager/pip/runPipCommand.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/safe-chain/src/packagemanager/pip/runPipCommand.js b/packages/safe-chain/src/packagemanager/pip/runPipCommand.js index 8efa000..3e83346 100644 --- a/packages/safe-chain/src/packagemanager/pip/runPipCommand.js +++ b/packages/safe-chain/src/packagemanager/pip/runPipCommand.js @@ -39,9 +39,9 @@ function setFallbackCaBundleEnvironmentVariables(env, combinedCaPath) { /** * Runs a pip command with safe-chain's certificate bundle and proxy configuration. * - * Creates a temporary pip config file (cleaned up automatically after execution) to configure: - * - Certificate bundle for HTTPS verification - * - Proxy settings if available + * Creates a temporary pip config file to configure: + * - Cert bundle for HTTPS verification + * - Proxy settings * * If the user has an existing PIP_CONFIG_FILE, a new temporary config is created that merges * their settings with safe-chain's, leaving the original file unchanged.