change collect host name order to lower possible

This commit is contained in:
iLLiCiTiT 2021-09-01 16:32:41 +02:00
parent 283221e460
commit 84ee712ef4

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 - 1
order = pyblish.api.CollectorOrder - 0.5
def process(self, context):
host_name = context.data.get("hostName")