Little cleanup

This commit is contained in:
Reinier Criel 2025-11-21 09:58:43 -08:00
parent 0a0ac85542
commit ab1aa0dce9

View file

@ -39,9 +39,9 @@ function setFallbackCaBundleEnvironmentVariables(env, combinedCaPath) {
/** /**
* Runs a pip command with safe-chain's certificate bundle and proxy configuration. * 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: * Creates a temporary pip config file to configure:
* - Certificate bundle for HTTPS verification * - Cert bundle for HTTPS verification
* - Proxy settings if available * - Proxy settings
* *
* If the user has an existing PIP_CONFIG_FILE, a new temporary config is created that merges * 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. * their settings with safe-chain's, leaving the original file unchanged.