mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Remove double entry of "task"
This commit is contained in:
parent
3ec9684239
commit
6733df77f1
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
exclude_families = ["clip"]
|
||||
db_representation_context_keys = [
|
||||
"project", "asset", "task", "subset", "version", "representation",
|
||||
"family", "hierarchy", "task", "username"
|
||||
"family", "hierarchy", "username"
|
||||
]
|
||||
default_template_name = "publish"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue