You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dupeguru/core
Andrew Senetar 99ec4e0f27
fix: Minor cleanups and fixes
- Update NullJob to subclass Job
- Remove unnecessary size pre-read in _getMatches() as file sizes are
  already loaded during file scan via stat call
- Skip ref check if contents scan as the scan already prevents this from
  happening, some of the other scans do things differently and need to
  be reviewed before removing this post step completely
- Add guard on partial hashing to just hash the whole file if smaller
  than the offset and size and use the value for both the partial digest
  and digest
4 months ago
..
gui Replace all relative imports 1 year ago
me Replace all relative imports 1 year ago
pe feat: Add migration for picture cache db 9 months ago
se Replace all relative imports 1 year ago
tests fix(core): Remove old directory state logic 7 months ago
__init__.py Update version & changelog for 4.3.1 release 1 year ago
app.py feat: Remove shelve picture cache 9 months ago
directories.py fix(core): Remove old directory state logic 7 months ago
engine.py Fix typo in engine.py 1 year ago
exclude.py Replace all relative imports 1 year ago
export.py Format all files with black correcting line length 2 years ago
fs.py fix: Minor cleanups and fixes 4 months ago
ignore.py More cleanup and fixed a flake8 build issue 2 years ago
markable.py More cleanups 2 years ago
prioritize.py Apply pyupgrade changes 1 year ago
results.py Replace all relative imports 1 year ago
scanner.py fix: Minor cleanups and fixes 4 months ago
util.py Add update check function and call from about 2 years ago