コードは次のように実行されました。
u = subprocess.Popen(['process','abc','def','','ghi','jkl'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
エラーが発生したため、以下では機能しません。
ValueError: I/O operation on closed file
コードは次のように実行されました。
u = subprocess.Popen(['process','abc','def','','ghi','jkl'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
エラーが発生したため、以下では機能しません。
ValueError: I/O operation on closed file