mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(ftrack): enabled: False was not enough
This commit is contained in:
parent
9a47adb991
commit
a1d5622cde
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class IntegrateFtrackComments(pyblish.api.InstancePlugin):
|
|||
"""Create comments in Ftrack."""
|
||||
|
||||
order = pyblish.api.IntegratorOrder
|
||||
label = "Integrate Comments to Ftrack."
|
||||
label = "Integrate Comments to Ftrack"
|
||||
families = ["shot"]
|
||||
enabled = False
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue