Message302254
can I at least change the call to:
subprocess.run('cmd /S /C waitfor g /t 200', shell=False, timeout=4)
in any way to avoid the problem?
I tried with stdin=subprocess.DEVNULL,stdout=subprocess.DEVNULL,stderr=subprocess.DEVNULL; also with close_fds=True, but nothing changes... |
|
| Date |
User |
Action |
Args |
| 2017-09-15 13:50:12 | Leonardo Francalanci | set | recipients:
+ Leonardo Francalanci, r.david.murray, martin.panter, eryksun |
| 2017-09-15 13:50:12 | Leonardo Francalanci | set | messageid: <[email protected]> |
| 2017-09-15 13:50:12 | Leonardo Francalanci | link | issue31447 messages |
| 2017-09-15 13:50:12 | Leonardo Francalanci | create | |
|