mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
one more place where constant for custom attribute key is used
This commit is contained in:
parent
00acee01ce
commit
7f2d6a7d85
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class ValidateAutoSyncOff(pyblish.api.ContextPlugin):
|
|||
def repair(cls, context):
|
||||
session = context.data["ftrackSession"]
|
||||
invalid = cls.get_invalid(context)
|
||||
invalid['custom_attributes']['avalon_auto_sync'] = False
|
||||
invalid["custom_attributes"][CUST_ATTR_AUTO_SYNC] = False
|
||||
try:
|
||||
session.commit()
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue