Hi,
using pty.spawn() it seems that stderr output of the spawned process is
directed to stdout. Is there a way to keep stderr separate and only direct
stdin and stdout to the pty?
TIA,
w best regards,
Wilbert Berendsen
--
"You must be the change you wish to see in the world."
-- Mahatma Gandhi
using pty.spawn() it seems that stderr output of the spawned process is
directed to stdout. Is there a way to keep stderr separate and only direct
stdin and stdout to the pty?
TIA,
w best regards,
Wilbert Berendsen
--
"You must be the change you wish to see in the world."
-- Mahatma Gandhi
Comment