Also set special env for piped child with no input
This commit is contained in:
parent
1644de2083
commit
a8504c971a
@ -929,7 +929,7 @@ class Boss:
|
|||||||
finally:
|
finally:
|
||||||
os.close(r)
|
os.close(r)
|
||||||
else:
|
else:
|
||||||
subprocess.Popen(cmd)
|
subprocess.Popen(cmd, env=env)
|
||||||
|
|
||||||
def args_to_special_window(self, args, cwd_from=None):
|
def args_to_special_window(self, args, cwd_from=None):
|
||||||
args = list(args)
|
args = list(args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user