python子进程执行bash脚本
1 | from subprocess import check_output, STDOUT |
参考
How to catch exception output from Python subprocess.check_output()?
python子进程执行bash脚本
1 | from subprocess import check_output, STDOUT |
How to catch exception output from Python subprocess.check_output()?
python子进程执行bash脚本