mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix method map_subsets_by_family call
This commit is contained in:
parent
da8f010c90
commit
324636a490
1 changed files with 1 additions and 1 deletions
|
|
@ -901,7 +901,7 @@ class BuildWorkfile:
|
|||
:rtype: dict
|
||||
"""
|
||||
# Prepare subsets
|
||||
subsets_by_family = map_subsets_by_family(subsets)
|
||||
subsets_by_family = self.map_subsets_by_family(subsets)
|
||||
|
||||
profiles_per_subset_id = {}
|
||||
for family, subsets in subsets_by_family.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue