mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added parse to modules environments
This commit is contained in:
parent
fb6ffa8cab
commit
bb2d5af187
1 changed files with 2 additions and 1 deletions
3
pype.py
3
pype.py
|
|
@ -111,7 +111,8 @@ def set_modules_environments():
|
|||
|
||||
# Metge environments with current environments and update values
|
||||
if module_envs:
|
||||
env = acre.merge(module_envs, dict(os.environ))
|
||||
parsed_envs = acre.parse(module_envs)
|
||||
env = acre.merge(parsed_envs, dict(os.environ))
|
||||
os.environ.clear()
|
||||
os.environ.update(env)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue