我希望在影刀内,用python写一个子流程,通过这个子流程来调起其他子流程,但是报错了,这是为什么
代码:
xbot_visual.process.run(process=process,package=__name__,inputs={"reference_time":reference_time,"data_path":data_path},outputs=[], _block=())
报错:
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')