Skip to content

How to silence $XONSH_SHOW_TRACEBACK help text? #4888

Answered by rpdelaney
rpdelaney asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks to @anki-code

If XONSH_SHOW_TRACEBACK is manually set to False then the help text is not printed. My problem was that I was setting it like this:

XONSH_SHOW_TRACEBACK=False

...when I should have done this:

$XONSH_SHOW_TRACEBACK=False

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rpdelaney
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants