标签: python subprocess
我使用subprocess运行程序。
subprocess
但是,我传递了一个整数0,它返回了如下所示的错误。
0
如何解决这个问题?
非常感谢您。
threading.Thread(target = subprocess.check_output, args = [["python", program, data1_path, data2_path, 0]]).start() TypeError: argument of type 'int' is not iterable