diff options
Diffstat (limited to 'src/ee/tools')
-rw-r--r-- | src/ee/tools/digikey_search_parts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ee/tools/digikey_search_parts.py b/src/ee/tools/digikey_search_parts.py index 80393eb..07c3017 100644 --- a/src/ee/tools/digikey_search_parts.py +++ b/src/ee/tools/digikey_search_parts.py @@ -16,7 +16,7 @@ parser.add_argument("--out", args = parser.parse_args() -cache_dir = ".ee/cache" +cache_dir = ".ee/cache/digikey" force = True search_parts(Path(args.in_), Path(args.out), Path(cache_dir), force) |