Update client/ayon_core/tools/sceneinventory/model.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Roy Nieterau 2024-03-25 15:11:30 +01:00 committed by GitHub
parent b8d1377904
commit ccb00be0b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,7 +295,7 @@ class InventoryModel(TreeModel):
product_ids={
group["version"]["productId"] for group in grouped.values()
},
fields=["productId", "version"]
fields={"productId", "version"}
)
# Map value to `version` key
highest_version_by_product_id = {