mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Ignore files in the scanning list that point to the same path as another file in the scanning list.
This commit is contained in:
@@ -443,7 +443,7 @@ class DupeGuru(RegistrableApplication, Broadcaster):
|
||||
if self.options['ignore_hardlink_matches']:
|
||||
files = self._remove_hardlink_dupes(files)
|
||||
logging.info('Scanning %d files' % len(files))
|
||||
self.results.groups = self.scanner.GetDupeGroups(files, j)
|
||||
self.results.groups = self.scanner.get_dupe_groups(files, j)
|
||||
|
||||
if not self.directories.has_any_file():
|
||||
self.view.show_message(tr("The selected directories contain no scannable file."))
|
||||
|
||||
Reference in New Issue
Block a user