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
2023-06-08 01:14:52 -05:00
..
gui Replace all relative imports 2022-05-09 01:40:08 -05:00
me Replace all relative imports 2022-05-09 01:40:08 -05:00
pe feat: Add migration for picture cache db 2023-01-13 00:05:47 -06:00
se Replace all relative imports 2022-05-09 01:40:08 -05:00
tests fix(core): Remove old directory state logic 2023-02-27 17:58:15 -06:00
__init__.py Update version & changelog for 4.3.1 release 2022-07-07 22:06:06 -05:00
app.py feat: Remove shelve picture cache 2023-01-06 00:35:23 -06:00
directories.py fix(core): Remove old directory state logic 2023-02-27 17:58:15 -06:00
engine.py Fix typo in engine.py 2022-07-07 19:06:35 -05:00
exclude.py Replace all relative imports 2022-05-09 01:40:08 -05:00
export.py Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
fs.py fix: Minor cleanups and fixes 2023-06-08 01:14:52 -05:00
ignore.py More cleanup and fixed a flake8 build issue 2021-08-25 01:11:24 -05:00
markable.py More cleanups 2021-08-25 00:46:33 -05:00
prioritize.py Apply pyupgrade changes 2022-04-27 20:53:12 -05:00
results.py Replace all relative imports 2022-05-09 01:40:08 -05:00
scanner.py fix: Minor cleanups and fixes 2023-06-08 01:14:52 -05:00
util.py Add update check function and call from about 2022-03-27 21:13:27 -05:00