mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/traypublisher/plugins/publish/collect_mov_batch.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
a1b93b1d48
commit
4f6646d6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class CollectMovBatch(
|
|||
hosts = ["traypublisher"]
|
||||
|
||||
def process(self, instance):
|
||||
if not instance.data.get("creator_identifier") == "render_mov_batch":
|
||||
if instance.data.get("creator_identifier") != "render_mov_batch":
|
||||
return
|
||||
|
||||
creator_attributes = instance.data["creator_attributes"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue