From b0609bad758a606128c7de0a7b9257b520f1da86 Mon Sep 17 00:00:00 2001 From: Sijun Liu Date: Tue, 9 Jul 2024 08:11:46 +0000 Subject: [PATCH] tmp --- google/oauth2/service_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/oauth2/service_account.py b/google/oauth2/service_account.py index 538ec6680..61fca9d1b 100644 --- a/google/oauth2/service_account.py +++ b/google/oauth2/service_account.py @@ -294,7 +294,7 @@ def _make_copy(self): always_use_jwt_access=self._always_use_jwt_access, universe_domain=self._universe_domain, ) - cred._cred_file_path = self.__cred_file_path + cred._cred_file_path = self._cred_file_path return cred @_helpers.copy_docstring(credentials.Scoped)