mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
Update pr_agent/git_providers/git_provider.py
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
parent
bf1d1284a0
commit
49acf90ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ def get_git_ssl_env() -> dict[str, str]:
|
|||
get_logger().warning("git SSL CA info not found for git operations", artifact={"git_ssl_ca_info": git_ssl_ca_info})
|
||||
|
||||
else:
|
||||
get_logger().warning("Neither SSL_CERT_FILE nor REQUESTS_CA_BUNDLE nor GIT_SSL_CAINFO are defined, or they are defined but not found. Returning empty string")
|
||||
get_logger().warning("Neither SSL_CERT_FILE nor REQUESTS_CA_BUNDLE nor GIT_SSL_CAINFO are defined, or they are defined but not found. Returning environment without SSL configuration")
|
||||
|
||||
returned_env = os.environ.copy()
|
||||
if chosen_cert_file:
|
||||
|
|
|
|||
Loading…
Reference in a new issue