diff --git a/mhl-compare.py b/mhl-compare.py index 751af70..3e2f1f3 100644 --- a/mhl-compare.py +++ b/mhl-compare.py @@ -376,8 +376,7 @@ def checkDelta(self, listA=False, listB=False): # Quickly clean Nonexistent objects out if they exist deltaClean = [ h for h in delta if not isinstance(h,HashNonexistent) ] - # Sort by filepath - deltaClean.sort(key=attrgetter('filepath')) + deltaClean.sort() for hash in deltaClean: