mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
fixing the host condition
This commit is contained in:
parent
037ed71f60
commit
69246a76b4
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
|
||||
skip = False
|
||||
for item in self.skip_host_families:
|
||||
if item["host"] != host_name:
|
||||
if host_name not in item["host"]:
|
||||
continue
|
||||
|
||||
families = set(item["families"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue