返回代码与退出状态

时间:2017-03-22 09:36:56

标签: python process subprocess

我阅读了Python子进程模块的文档:https://docs.python.org/2/library/subprocess.html#subprocess.check_call

我很困惑。

  

CalledProcessError对象在returncode属性中将包含返回代码

以下几行:

  

subprocess.CalledProcessError:命令'exit 1'返回非零退出状态 1

这件事的名字是什么?

返回代码退出状态

1 个答案:

答案 0 :(得分:2)

两者都是一个&同样的事情 - https://en.wikipedia.org/wiki/Exit_status