diff --git a/pype/plugins/standalonepublisher/publish/collect_context.py b/pype/plugins/standalonepublisher/publish/collect_context.py index 0a41962748..43e2350be4 100644 --- a/pype/plugins/standalonepublisher/publish/collect_context.py +++ b/pype/plugins/standalonepublisher/publish/collect_context.py @@ -109,7 +109,7 @@ class CollectContextDataSAPublish(pyblish.api.ContextPlugin): if component["preview"]: instance.data["families"].append("review") instance.data["repreProfiles"] = ["h264"] - component["tags"] = ["review", "delete"] + component["tags"] = ["review"] self.log.debug("Adding review family") instance.data["representations"].append(component)