fix(ftrack): enabled: False was not enough

This commit is contained in:
Jakub Jezek 2020-01-23 12:38:36 +01:00
parent 9a47adb991
commit a1d5622cde
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -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