moved host name collector earlier

This commit is contained in:
iLLiCiTiT 2021-08-25 12:53:11 +02:00
parent c67b647dc7
commit 647f9779ac

View file

@ -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")