Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Replace t by T in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementHector committed Apr 4, 2022
1 parent 4235a76 commit 8896b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/modules/sync_server/providers/gdrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, project_name, site_name, tree=None, presets=None):
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

Expand Down

0 comments on commit 8896b36

Please sign in to comment.