标签: python process subprocess
我阅读了Python子进程模块的文档:https://docs.python.org/2/library/subprocess.html#subprocess.check_call
我很困惑。
CalledProcessError对象在returncode属性中将包含返回代码。
以下几行:
subprocess.CalledProcessError:命令'exit 1'返回非零退出状态 1
这件事的名字是什么?
返回代码或退出状态?
答案 0 :(得分:2)
两者都是一个&同样的事情 - https://en.wikipedia.org/wiki/Exit_status