dom0/core: allow passing stdin to QubesVM.run()
This commit is contained in:
parent
cb5479666c
commit
9db9d8b6c2
@ -1361,6 +1361,7 @@ class QubesVm(object):
|
||||
|
||||
if passio_popen:
|
||||
popen_kwargs={'stdout': subprocess.PIPE}
|
||||
popen_kwargs['stdin'] = subprocess.PIPE
|
||||
if passio_stderr:
|
||||
popen_kwargs['stderr'] = subprocess.PIPE
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user