mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed ReparAction to RepairContextAction
This commit is contained in:
parent
fdaf486ef5
commit
e879fe7895
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class ValidateAutoSyncOff(pyblish.api.ContextPlugin):
|
|||
order = pyblish.api.ValidatorOrder
|
||||
families = ['clip']
|
||||
label = 'Ftrack project\'s auto sync off'
|
||||
actions = [pype.api.RepairAction]
|
||||
actions = [pype.api.RepairContextAction]
|
||||
|
||||
def process(self, context):
|
||||
invalid = self.get_invalid(context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue