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
本项目中, 大量出现了exception...pass的代码, 不利于维护, 也不利于第三方增添功能, 我没看懂这个log怎么运行, 请添加报错日志
The text was updated successfully, but these errors were encountered:
理论上,应当使用
except Exception as e: traceback.print_exc()
或者配合traceback.format_exc()使用,但此前本项目的参与者一直采用即时沟通,所以这部分没有太在意,后续这部分可以着重改造
traceback.format_exc()
Sorry, something went wrong.
lunzhiPenxil
Fitz161
No branches or pull requests
本项目中, 大量出现了exception...pass的代码, 不利于维护, 也不利于第三方增添功能, 我没看懂这个log怎么运行, 请添加报错日志
The text was updated successfully, but these errors were encountered: