在Automator中运行时子处理模块错误

时间:2019-05-11 23:22:40

标签: python subprocess automator

我正在使用Automator的Run Shell Script块中的subprocess模块​​运行python脚本。

代码如下:

import subprocess

subprocess.call(['ls -a'])

每当我运行工作流程时,我都会不断出错。该错误显示为“ OSError:[Errno 2]没有这样的文件或目录”,但是以前关于SO的答案都没有提到此错误的特定实例。我也尝试过使用os.system运行代码,并且可以正常工作。

错误看起来像: OSError

0 个答案:

没有答案