Chris-Dobbins / listdupes

A duplicate file checking utility for the command-line, written in Python with no external dependencies.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Every archive naively uses the same cache #19

Closed Chris-Dobbins closed 2 years ago

Chris-Dobbins commented 2 years ago

The cache has no awareness of what archive is being read, leading to potentially very buggy behavior if multiple archives are read without finishing the cached work or deleting the cache.

To use the feature you must:

Delete the cache file any time you change what archive file you want to read from.

Chris-Dobbins commented 2 years ago

Fixed in v6 Beta 3.