Merge pull request #337 from pypeclub/bugfix/stop-tools-env-appending

stop appending of tools environment to existing env
This commit is contained in:
Milan Kolar 2020-07-08 09:10:33 +02:00 committed by GitHub
commit e48e19793f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]