mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
wrong variable
This commit is contained in:
parent
df20206779
commit
9de5f00d69
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ class ExtractBurnin(pype.api.Extractor):
|
|||
if len(matching_profiles) == 1:
|
||||
return matching_profiles[0]
|
||||
|
||||
return self.profile_exclusion(profile)
|
||||
return self.profile_exclusion(matching_profiles)
|
||||
|
||||
def profile_exclusion(self, matching_profiles):
|
||||
"""Find out most matching profile by host, task and family match.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue