mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use AVALON_TASK to get current task name
This commit is contained in:
parent
e42ee50ff4
commit
e1f11abdf4
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class HostBase(object):
|
|||
Union[str, None]: Current task name.
|
||||
"""
|
||||
|
||||
return os.environ.get("AVALON_ASSET")
|
||||
return os.environ.get("AVALON_TASK")
|
||||
|
||||
def get_current_context(self):
|
||||
"""Get current context information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue