SWE-bench icon indicating copy to clipboard operation
SWE-bench copied to clipboard

Don't clobber the containing environment

Open waterson opened this issue 9 months ago • 0 comments

This change ensures that we don't replace the environment but instead modify it. This allows e.g. important variables like HTTP_PROXY to be passed down to the subprocess.

Fixes #111

waterson avatar Apr 30 '24 21:04 waterson