mirror of
https://github.com/elliotnunn/macresources.git
synced 2024-12-13 10:29:07 +00:00
Stop trying to sort resources
Definitely didn't match Rez's behaviour
This commit is contained in:
parent
ea2048c509
commit
73009e7aa9
@ -314,9 +314,6 @@ def make_rez_code(from_iter, ascii_clean=False):
|
|||||||
`ascii_clean` argument is used to get a 7-bit-only code block.
|
`ascii_clean` argument is used to get a 7-bit-only code block.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from_iter = list(from_iter)
|
|
||||||
from_iter.sort(key=lambda res: res.type)
|
|
||||||
|
|
||||||
if ascii_clean:
|
if ascii_clean:
|
||||||
themap = CLEANMAP
|
themap = CLEANMAP
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user