From a1d5622cde2b2935a8acd000b86beb6f97c2e0c2 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Thu, 23 Jan 2020 12:38:36 +0100 Subject: [PATCH] fix(ftrack): enabled: False was not enough --- .../{publish => _unused_publish}/integrate_ftrack_comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pype/plugins/ftrack/{publish => _unused_publish}/integrate_ftrack_comments.py (94%) diff --git a/pype/plugins/ftrack/publish/integrate_ftrack_comments.py b/pype/plugins/ftrack/_unused_publish/integrate_ftrack_comments.py similarity index 94% rename from pype/plugins/ftrack/publish/integrate_ftrack_comments.py rename to pype/plugins/ftrack/_unused_publish/integrate_ftrack_comments.py index 4f7afb4346..4be9f7fc3a 100644 --- a/pype/plugins/ftrack/publish/integrate_ftrack_comments.py +++ b/pype/plugins/ftrack/_unused_publish/integrate_ftrack_comments.py @@ -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