mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
AY-745 - added todo
This should be refactored in next PR
This commit is contained in:
parent
77c939b93b
commit
466f940a73
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue