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 4c5397b commit f7038b1
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 @@ -507,7 +507,7 @@ def signer_email(self):
@_helpers.copy_docstring(credentials.Credentials)
def _get_cred_info(self):
if self._cred_file_path and self.service_account_email:
return f"This API call is authenticated as {self.service_account_email} from {self._source} via the GOOGLE_APPLICATION_CREDENTIALS environment variable."
return f"This API call is authenticated as {self.service_account_email} from {self._cred_file_path} via the GOOGLE_APPLICATION_CREDENTIALS environment variable."
if self._cred_file_path:
return f"This API call is authenticated from {self._cred_file_path} via the GOOGLE_APPLICATION_CREDENTIALS environment variable."
return None
Expand Down

0 comments on commit f7038b1

Please sign in to comment.