mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix keyword argument
This commit is contained in:
parent
36ac1381e7
commit
798734fdd8
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ def check_inventory_versions():
|
|||
# Find representations based on found containers
|
||||
repre_docs = get_representations(
|
||||
project_name,
|
||||
repre_ids=repre_ids,
|
||||
representation_ids=repre_ids,
|
||||
fields=["_id", "parent"]
|
||||
)
|
||||
# Store representations by id and collect version ids
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue