mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 09:59:24 +08:00
Opt: sort asset lines before printing to file (#3675)
* Opt: sort asset lines before printing to file * Upd: regenerated asset list files
This commit is contained in:
@@ -174,6 +174,8 @@ class ModuleExtractor:
|
||||
exp.append(ImageExtractor(module=self.name, file=file).expression)
|
||||
continue
|
||||
|
||||
exp.sort()
|
||||
|
||||
logger.info('Module: %s(%s)' % (self.name, len(exp)))
|
||||
exp = IMPORT_EXP + exp
|
||||
return exp
|
||||
|
||||
Reference in New Issue
Block a user