mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
moved host name collector earlier
This commit is contained in:
parent
c67b647dc7
commit
647f9779ac
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class CollectHostName(pyblish.api.ContextPlugin):
|
|||
"""Collect avalon host name to context."""
|
||||
|
||||
label = "Collect Host Name"
|
||||
order = pyblish.api.CollectorOrder
|
||||
order = pyblish.api.CollectorOrder - 1
|
||||
|
||||
def process(self, context):
|
||||
host_name = context.data.get("hostName")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue