elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
420 stars 65 forks source link

Fix bug in fast_search argument #67

Closed UplandsDynamic closed 1 year ago

UplandsDynamic commented 1 year ago

Fix for a type error in the -f/--fast_search argument definition, which was causing an error when the user attempted to define that parameter; specifically: error: argument -f/--fast_search: invalid choice: 'True' (choose from True, False)

UplandsDynamic commented 1 year ago

Hi @elisemercury, I've found additional issues with the argument parser definitions, which I'm just fixing now. I'll explain in a new pull request, to follow shortly.