1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 22:51: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:
Virgil Dupras
2012-02-21 11:14:12 -05:00
parent b12b70b0a1
commit a1fc64cd36
4 changed files with 90 additions and 53 deletions

View File

@@ -35,6 +35,6 @@ def test_priorize_me(fake_fileexists):
o1, o2 = no('foo'), no('foo')
o1.bitrate = 1
o2.bitrate = 2
[group] = s.GetDupeGroups([o1, o2])
[group] = s.get_dupe_groups([o1, o2])
assert group.ref is o2