We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6800d commit 8669723Copy full SHA for 8669723
google/auth/_default.py
@@ -333,7 +333,8 @@ def _get_explicit_environ_credentials(quota_project_id=None):
333
explicit_file = os.environ.get(environment_vars.CREDENTIALS, "")
334
335
_LOGGER.debug(
336
- "Checking '%s' for explicit credentials as part of auth process...", explicit_file
+ "Checking '%s' for explicit credentials as part of auth process...",
337
+ explicit_file,
338
)
339
340
if explicit_file != "" and explicit_file == cloud_sdk_adc_path:
0 commit comments