We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行工作流时使用 finally 语句会忽略所有异常
finally
loop = asyncio.new_event_loop() try: loop.run_until_complete(run_takler(server)) except Exception as e: print(e) finally: print("exiting flow loop...") loop.run_until_complete(server.stop()) loop.close()
模板渲染异常会触发 Jinja2 异常,从而导致工作流直接退出。
The text was updated successfully, but these errors were encountered:
perillaroc
No branches or pull requests
运行工作流时使用
finally
语句会忽略所有异常模板渲染异常会触发 Jinja2 异常,从而导致工作流直接退出。
The text was updated successfully, but these errors were encountered: