When running eatlocal download on a bite that already exists, the bite is extracted from the cache and overwrites the existing bite directory.
In addition to checking the cache, extract_bite() should check the pybites repo to see if the directory already exists. If the desired behavior is to overwrite the directory, add a --force flag to download.
When running
eatlocal download
on a bite that already exists, the bite is extracted from the cache and overwrites the existing bite directory.In addition to checking the cache,
extract_bite()
should check the pybites repo to see if the directory already exists. If the desired behavior is to overwrite the directory, add a--force
flag to download.