Replace t by T in log message

This commit is contained in:
clement.hector 2022-04-04 19:41:27 +02:00
parent 4235a7674f
commit 8896b36ef0

View file

@ -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