python-tabulate
python-tabulate copied to clipboard
Fix TypeError when using a tuple for maxcolwidths #214
This PR fixes issue #214
Issue:
- When you used a tuple for maxcolwidths, it caused an
TypeErrorerror.
PR:
- The original PR #215 created by Racerroar888 was closed without merging, because of a merge conflict
- This new PR includes the original code fix, a unit test, and fixes the merge conflict.