stop appending of tools env to existing env

This commit is contained in:
Ondřej Samohel 2020-07-02 15:44:13 +02:00
parent d4dc019919
commit 72b685fa9b
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -213,7 +213,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"]