ImageMarkup / isic-cli

The official command line tool for interacting with the ISIC Archive.
https://isic-archive.com
Apache License 2.0
31 stars 0 forks source link

Require click >= 8 #44

Closed danlamanna closed 1 year ago

danlamanna commented 1 year ago

This fixes the error seen in the wild:

'bytes' object has no attribute 'mkdir'

Where the click.Path type was being passed as a bytestring because of an older version of click which didn't support coercion to a Pathlib.Path.