mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added debug with project name to sync to avalon action
This commit is contained in:
parent
9bc2f557a3
commit
4bb66af201
1 changed files with 3 additions and 0 deletions
|
|
@ -314,6 +314,9 @@ class SyncEntitiesFactory:
|
|||
self.log.warning(msg)
|
||||
return {"success": False, "message": msg}
|
||||
|
||||
self.log.debug((
|
||||
"*** Synchronization initialization started <{}>."
|
||||
).format(project_full_name))
|
||||
# Check if `avalon_mongo_id` custom attribute exist or is accessible
|
||||
if CustAttrIdKey not in ft_project["custom_attributes"]:
|
||||
items = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue