mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
678547f545
commit
68e4572420
@ -386,6 +386,7 @@ class SortKey(object):
|
|||||||
ans = cmp(self.sort_key[i], other.sort_key[i])
|
ans = cmp(self.sort_key[i], other.sort_key[i])
|
||||||
if ans != 0:
|
if ans != 0:
|
||||||
return ans * order
|
return ans * order
|
||||||
|
return 0
|
||||||
|
|
||||||
|
|
||||||
# Testing {{{
|
# Testing {{{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user