How to get the Rich traceback has a function like traceback.format_exc()
#3434
-
When I'm using Robot Framework to produce a RPA ,and want to use Rich to print the traceback: |
Beta Was this translation helpful? Give feedback.
Answered by
willmcgugan
Jul 24, 2024
Replies: 1 comment
-
If you use RichHandler (search the docs), it will log tracebacks. Or you can print tracebacks |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shaoerkuai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use RichHandler (search the docs), it will log tracebacks.
Or you can print tracebacks