From 49acf90ff33e308117da1676d26b4506e2557234 Mon Sep 17 00:00:00 2001 From: sharoneyal Date: Tue, 21 Oct 2025 11:22:35 +0300 Subject: [PATCH] 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> --- pr_agent/git_providers/git_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/git_providers/git_provider.py b/pr_agent/git_providers/git_provider.py index 2dd9fb7e..7862cb27 100644 --- a/pr_agent/git_providers/git_provider.py +++ b/pr_agent/git_providers/git_provider.py @@ -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: