提交 e55a86c8 编写于 作者: C chengmo

fix ci

上级 e8867282
......@@ -449,4 +449,8 @@ if __name__ == "__main__":
engine_registry()
which_engine = get_engine(args)
engine = which_engine(args)
engine.run()
try:
engine.run()
sys.exit(0)
except:
sys.exit(1)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册