Why does pad_edge=False allow for an extra character in cell? #3602
Unanswered
kmvanbrunt
asked this question in
Q&A
Replies: 1 comment
-
@willmcgugan I am curious if you've had a chance to examine this. I just need a quick yes or no on whether this is a bug so I can figure out the best way to proceed. In summary, setting |
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
-
I'm seeing unexpected behavior with the
pad_edge
Table setting.In the following code, setting
pad_edge
toFalse
allows for one extra character beyond the specifiedColumn
width.Output
Expected Output:
If I set
pad_edge
toTrue
, the expected truncation occurs.Output
Why does setting
pad_edge
toFalse
allow this extra character? Is this a bug or is it by design?All code was run using Rich 13.9.4.
Beta Was this translation helpful? Give feedback.
All reactions