Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Aug 20, 2024
1 parent af357e8 commit 4c5397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/oauth2/service_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c5397b

Please sign in to comment.