mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
renamed startup_environments with get_global_environments
This commit is contained in:
parent
c33c8bbc36
commit
df7d45b8d8
1 changed files with 5 additions and 2 deletions
|
|
@ -39,6 +39,9 @@ class PypeModule:
|
|||
return self._id
|
||||
|
||||
@abstractmethod
|
||||
def startup_environments(self):
|
||||
"""Get startup environments for module."""
|
||||
def get_global_environments(self):
|
||||
"""Get global environments values of module.
|
||||
|
||||
Environment variables that can be get only from system settings.
|
||||
"""
|
||||
return {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue