Fix pipes when run from hw-diags
This commit is contained in:
parent
202022c5a0
commit
1b473b1ab0
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue