mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Replace t by T in log message
This commit is contained in:
parent
4235a7674f
commit
8896b36ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class GDriveHandler(AbstractProvider):
|
|||
try:
|
||||
cred_path = cred_path.format(**os.environ)
|
||||
except KeyError as e:
|
||||
log.info("the key(s) {} does not exist in the environment "
|
||||
log.info("The key(s) {} does not exist in the environment "
|
||||
"variables".format(" ".join(e.args)))
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue