mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixed app and context data fill
This commit is contained in:
parent
fc4b7e4573
commit
040688ca62
3 changed files with 24 additions and 23 deletions
|
|
@ -130,7 +130,7 @@ from .applications import (
|
|||
PostLaunchHook,
|
||||
|
||||
EnvironmentPrepData,
|
||||
prepare_host_environments,
|
||||
prepare_app_environments,
|
||||
prepare_context_environments,
|
||||
get_app_environments_for_context,
|
||||
apply_project_environments_value
|
||||
|
|
@ -261,7 +261,7 @@ __all__ = [
|
|||
"PreLaunchHook",
|
||||
"PostLaunchHook",
|
||||
"EnvironmentPrepData",
|
||||
"prepare_host_environments",
|
||||
"prepare_app_environments",
|
||||
"prepare_context_environments",
|
||||
"get_app_environments_for_context",
|
||||
"apply_project_environments_value",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue