Print traceback without borders #2925
Unanswered
vladmandic
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Did a feature ever get added to turn off traceback border? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is pretty much the only thing holding us back from using rich tracebacks right now - it just makes it horrendous to try copy&paste a traceback with all the border characters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've search the docs, but can't seem to find how to disable borders when using
console.print_exception
?I like them visually, but they do result in a lot of copy&paste when people try to post a traceback to (for example) github issues.
Best I could find so far is to paint them black, but that doesn't resolve original issue (painting with none does not work):
Also, i don't see a style param that is used for "locals" borders at all?
Its just printed as yellow no matter what.
Beta Was this translation helpful? Give feedback.
All reactions