mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fixed preview tag
This commit is contained in:
parent
0ba0fa8785
commit
8ae23bae93
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
"stagingDir": staging,
|
||||
"anatomy_template": "render",
|
||||
"fps": new_instance.get("fps"),
|
||||
"tags": ["review", "preview"] if preview else []
|
||||
"tags": ["review"] if preview else []
|
||||
}
|
||||
|
||||
# add tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue