l3uddz / plex_dupefinder

Find and delete duplicate files in Plex
GNU General Public License v3.0
303 stars 54 forks source link

Fix for python_tabulate's handlings of commas #54

Closed brandonwardlaw closed 3 years ago

brandonwardlaw commented 3 years ago

python_tabulate 0.8.8 chokes on comma characters when converting strings to floats; see https://github.com/astanin/python-tabulate/issues/114 ; this causes the script to fail when printing tables of dupes to stdout for the user to select which file to 'keep'.

Simply dropping the ',' from the score value resolves this and is of negligible cosmetic value.

astanin commented 3 years ago

This bug is due to a feature introduced in tabulate 0.8.8. A regression test was added, and the feature was disabled in 0.8.9. It will be implemented differently.

saltydk commented 3 years ago

Fixed in https://github.com/l3uddz/plex_dupefinder/commit/c42ba7a6e6aeabab83f8ec383210263d077f577e