elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate and similar images
https://difpy.readthedocs.io
MIT License
466 stars 67 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.