This commit is contained in:
Kovid Goyal 2021-05-10 06:28:03 +05:30
parent 9536a475ff
commit ca0b42c3bd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1225,7 +1225,7 @@ class Boss:
if env:
env_ = default_env().copy()
env_.update(env)
env = env
env = env_
if cwd_from:
with suppress(Exception):
cwd = cwd_of_process(cwd_from)