python-tabulate icon indicating copy to clipboard operation
python-tabulate copied to clipboard

Fix TypeError when using a tuple for maxcolwidths #214

Open pzarfos opened this issue 2 years ago • 0 comments

This PR fixes issue #214

Issue:

  • When you used a tuple for maxcolwidths, it caused an TypeError error.

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.

pzarfos avatar Nov 18 '23 22:11 pzarfos