Fix pipes when run from hw-diags

This commit is contained in:
2Shirt 2020-01-19 15:14:03 -07:00
parent 202022c5a0
commit 1b473b1ab0
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -1285,7 +1285,7 @@ def screensaver(name):
# Switch pane to fullscreen and start screensaver
tmux.zoom_pane()
exe.run_program(cmd, check=False, pipe=False)
exe.run_program(cmd, check=False, pipe=False, stderr=subprocess.PIPE)
tmux.zoom_pane()