mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-17 12:39:02 +00:00
a51f263632
* Some refs appeared in the dupes-only view after a re-prioritization was done a second time. * It seems the core.Results.__dupes list was not properly updated whenever core.app.Dupeguru.reprioritize_groups() -> core.Results.sort_dupes() was called. When a re-prioritization is done, some refs became dupe, and some dupes became ref in their place. So we need to update the new state of the internal list of dupes kept by the Results object, instead of relying on the outdated cached one. * Fix #757. |
||
---|---|---|
.. | ||
gui | ||
me | ||
pe | ||
se | ||
tests | ||
__init__.py | ||
app.py | ||
directories.py | ||
engine.py | ||
exclude.py | ||
export.py | ||
fs.py | ||
ignore.py | ||
markable.py | ||
prioritize.py | ||
results.py | ||
scanner.py | ||
util.py |