mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #337 from pypeclub/bugfix/stop-tools-env-appending
stop appending of tools environment to existing env
This commit is contained in:
commit
e48e19793f
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ class AppAction(BaseAction):
|
|||
tools_env = acre.get_tools(tools_attr)
|
||||
env = acre.compute(tools_env)
|
||||
env = acre.merge(env, current_env=dict(prep_env))
|
||||
env = acre.append(dict(prep_env), env)
|
||||
|
||||
# Get path to execute
|
||||
st_temp_path = os.environ["PYPE_CONFIG"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue