AY-745 - added todo

This should be refactored in next PR
This commit is contained in:
Petr Kalis 2024-03-26 15:31:00 +01:00
parent 77c939b93b
commit 466f940a73

View file

@ -36,6 +36,7 @@ class CollectDeadlineServerFromInstance(pyblish.api.InstancePlugin):
if not "deadline" in instance.data:
instance.data["deadline"] = {}
# todo: separate logic should be removed, all hosts should have same
host_name = get_current_host_name()
if host_name == "maya":
deadline_url = self._collect_deadline_url(instance)