mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Better log message with Sync Server
This commit is contained in:
parent
8896b36ef0
commit
57ecd9adfa
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ 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 "
|
||||
"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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue