提交 38840945 编写于 作者: M Megvii Engine Team

fix(mgb): fix dump_with_testcase.py's crash with --output-strip-info when json file does not exist

GitOrigin-RevId: 8f56c43d1e154c845df2c51fb80c65aca5c83a5d
上级 8f44d6ea
......@@ -475,7 +475,8 @@ def main():
args.output,
output_mgbvars,
append=True,
output_strip_info=args.output_strip_info)
output_strip_info=args.output_strip_info,
append_json=True)
if __name__ == '__main__':
main()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册