mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Actually break loop early on detected mapping
This commit is contained in:
parent
4466d8a942
commit
1bc37ace46
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
for map_family, map_value in self.family_mapping.items():
|
||||
if map_family.lower() == family_low:
|
||||
asset_type = map_value
|
||||
break
|
||||
|
||||
if not asset_type:
|
||||
asset_type = "upload"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue