peeter123 / digikey-api

Python module for the Digikey PartSearch API
GNU General Public License v3.0
85 stars 35 forks source link

Default script fails because 'str expected, not PosixPath' #45

Open derekbelsky102 opened 1 year ago

derekbelsky102 commented 1 year ago

image

strid3r21 commented 1 year ago

im having the same issue. did you figure this out?

derekbelsky102 commented 1 year ago

I just updated the following line in the README.md:

From: CACHE_DIR = Path('path/to/cache/dir')

To: CACHE_DIR = 'path/to/cache/dir'