-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SKiDL BUG] search_footprints results in FileNotFoundError: [Errno 2] No such file or directory:
#224
Comments
footprint_search_paths['kicad8'] = ['/Applications/KiCad/KiCad.app/Contents/SharedSupport/footprints/'] |
I see. The reason I thought it was simply a string is because the default value is not a list:
|
Hmm. Did it work once you changed it to a list? If so, then there's a mistake in my initialization of the defaults. |
I just checked and the |
Describe the bug
Search footprints, with a properly configured path doesn't work - resulting in an exception, seemingly due to improper parsing of the path in
footprint_search_paths
(running on macOS)To Reproduce
Steps to reproduce the behavior:
footprint_search_paths['kicad8'] = '/Applications/KiCad/KiCad.app/Contents/SharedSupport/footprints/'
Expected behavior
Return a list of footprints matching "cap"
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: