Cli接口定制新增Statements/FormatParer 流程报错

定制cli接口时,
定制ipmcset -d upgrade -v /tmp/rootfs.hpm 命令


当做如下修改时,问题出现

执行后会出现奇怪的日志打印
2025-11-28 14:59:45.220833 cli ERROR: ipmcset.lua(47): execute ipmcset failed, [string " context=… or {}…"]:23: attempt to index global ‘GetRealUpgradePath’ (a userdata value)

已知业务流程的firmware_update.parse_hpm_file.lua脚本在web_backend验证过没有问题

该问题已解决。需要使用
Copy字段 把定制lua脚本复制过去;