mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix passed argument to get_representations
This commit is contained in:
parent
ede691c3e9
commit
6ae84ca5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
repre_doc["name"].lower(): repre_doc
|
||||
for repre_doc in get_representations(
|
||||
project_name,
|
||||
version_ids=version["_id"],
|
||||
version_ids=[version["_id"]],
|
||||
fields=["_id", "name"]
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue