Also set special env for piped child with no input
This commit is contained in:
parent
1644de2083
commit
a8504c971a
1 changed files with 1 additions and 1 deletions
|
|
@ -929,7 +929,7 @@ def create_window():
|
|||
finally:
|
||||
os.close(r)
|
||||
else:
|
||||
subprocess.Popen(cmd)
|
||||
subprocess.Popen(cmd, env=env)
|
||||
|
||||
def args_to_special_window(self, args, cwd_from=None):
|
||||
args = list(args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue