mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix typo
This commit is contained in:
parent
306e862824
commit
3a07b7c682
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue