整数参数引起的Python子进程错误

时间:2018-08-07 23:57:09

标签: python subprocess

我使用subprocess运行程序。

但是,我传递了一个整数0,它返回了如下所示的错误。

如何解决这个问题?

非常感谢您。

threading.Thread(target = subprocess.check_output, args = [["python", program, data1_path, data2_path, 0]]).start()

TypeError: argument of type 'int' is not iterable

0 个答案:

没有答案