-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
bug: max string length displayed is 8 #77
Comments
Could you elaborate a bit?
|
Width of "value" column is currently 11 characters but I would expect a width matching with defined maximum string length from config.csv (16 in above example) Does this explain the issue better? |
Thanks for investigating!
I was unable to find the version of prettytable used in my setup due to below strange behavior.
|
Additional info likely related
then started new shell but issue remains
|
I looked thru the tests quickly and it seems that the code for handling "string" decodes starting at line 180 is not executed by any of the currectly defined tests. |
Ideal for tests would be to extract:
|
I revised my configuration and get longer than 8 character strings. new config:
new output:
|
Please increase max length of string to actually show the defined length
The text was updated successfully, but these errors were encountered: