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

Commit

Permalink
Better log message with Sync Server
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementHector committed Apr 4, 2022
1 parent 8896b36 commit 57ecd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openpype/modules/sync_server/providers/gdrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ 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 "
"variables".format(" ".join(e.args)))
log.info("Sync Server: The key(s) {} does not exist in the "
"environment variables".format(" ".join(e.args)))
return

if not os.path.exists(cred_path):
Expand Down

0 comments on commit 57ecd9a

Please sign in to comment.