This commit is contained in:
Petr Kalis 2021-04-01 22:35:16 +02:00
parent 306e862824
commit 3a07b7c682

View file

@ -13,7 +13,7 @@ class DeadlineModule(PypeModule, IPluginPaths):
self.deadline_url = deadline_settings["DEADLINE_REST_URL"]
def get_global_environments(self):
"""Deadline global environments for open implementation."""
"""Deadline global environments for OpenPype implementation."""
return {
"DEADLINE_REST_URL": self.deadline_url
}